Skip to content
Snippets Groups Projects
Unverified Commit 29cc2855 authored by Diego Sampaio's avatar Diego Sampaio Committed by GitHub
Browse files

Regression: Fix stream-room-data payload (#19407)

parent dec7ff20
No related branches found
No related tags found
No related merge requests found
......@@ -211,7 +211,7 @@ export class ListenersModule {
// this emit will cause the user to receive a 'rooms-changed' event
notifications.streamUser.__emit(room._id, clientAction, room);
notifications.streamRoomData.emitWithoutBroadcast(room._id, clientAction, room);
notifications.streamRoomData.emitWithoutBroadcast(room._id, room);
});
service.onEvent('watch.users', ({ clientAction, data, diff, unset, id }): void => {
......
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