mirror of
https://github.com/glitch-soc/mastodon.git
synced 2026-03-29 03:00:33 +02:00
Fix heartbeat comment not being its own event (#37389)
This commit is contained in:
@@ -918,7 +918,7 @@ const startServer = async () => {
|
||||
|
||||
res.write(':)\n');
|
||||
|
||||
const heartbeat = setInterval(() => res.write(':thump\n'), 15000);
|
||||
const heartbeat = setInterval(() => res.write(':thump\n\n'), 15000);
|
||||
|
||||
req.on('close', () => {
|
||||
req.log.info({ accountId: req.accountId }, `Ending stream`);
|
||||
|
||||
Reference in New Issue
Block a user