Skip to content
Snippets Groups Projects
Commit ccf4f170 authored by nullkal's avatar nullkal Committed by Eugen Rochko
Browse files

Make sure call `done();` in the listener of public timeline for anonymous connection (#6009)

parent 90e7da16
No related branches found
No related tags found
No related merge requests found
......@@ -368,6 +368,7 @@ const startWorker = (workerId) => {
log.error(err);
});
} else {
done();
transmit();
}
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment