mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-13 07:49:29 +00:00
Make sure call done(); in the listener of public timeline for anonymous connection (#6009)
This commit is contained in:
@@ -368,6 +368,7 @@ const startWorker = (workerId) => {
|
||||
log.error(err);
|
||||
});
|
||||
} else {
|
||||
done();
|
||||
transmit();
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user