🐛 Fix subscribe
This commit is contained in:
@@ -102,6 +102,7 @@ class ChatSubscribeNotifier extends _$ChatSubscribeNotifier {
|
||||
WebSocketPacket(
|
||||
type: 'messages.unsubscribe',
|
||||
data: {'chat_room_id': roomId},
|
||||
endpoint: 'sphere',
|
||||
),
|
||||
),
|
||||
);
|
||||
@@ -113,6 +114,7 @@ class ChatSubscribeNotifier extends _$ChatSubscribeNotifier {
|
||||
WebSocketPacket(
|
||||
type: 'messages.subscribe',
|
||||
data: {'chat_room_id': roomId},
|
||||
endpoint: 'sphere',
|
||||
),
|
||||
),
|
||||
);
|
||||
|
Reference in New Issue
Block a user