mirror of
https://github.com/aljazceru/ditto.git
synced 2026-01-28 09:34:33 +01:00
Update streaming comments
This commit is contained in:
@@ -24,6 +24,7 @@ const streamingController: AppController = (c) => {
|
||||
socket.addEventListener('close', () => console.log('websocket: connection closed'));
|
||||
socket.addEventListener('message', (e) => console.log('websocket message: ', e.data));
|
||||
|
||||
// FIXME: Only do this for nostr.sign events.
|
||||
signStreams.set(token, socket);
|
||||
|
||||
return response;
|
||||
|
||||
Reference in New Issue
Block a user