[Glitch] minor server-sent events fixes

Port front-end changes from 6598ab989b to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
lolsob-rspec
Ben Lubar 2020-01-24 13:51:33 -06:00 committed by Thibaut Girka
parent f1ceb471b2
commit cac596b275
1 changed files with 1 additions and 0 deletions

View File

@ -92,6 +92,7 @@ export default function getStream(streamingAPIBaseURL, accessToken, stream, { co
return ws;
}
stream = stream.replace(/:/g, '/');
params.push(`access_token=${accessToken}`);
const es = new EventSource(`${streamingAPIBaseURL}/api/v1/streaming/${stream}?${params.join('&')}`);