mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-11-23 07:14:10 +00:00
Make sure call done();
in the listener of public timeline for anonymous connection (#6009)
This commit is contained in:
parent
90e7da16a0
commit
ccf4f170de
|
@ -368,6 +368,7 @@ const startWorker = (workerId) => {
|
||||||
log.error(err);
|
log.error(err);
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
|
done();
|
||||||
transmit();
|
transmit();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue