This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
stefan.stamenovic
/
WebAPISignalRChat
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Confict mistake resolved
feature/321_signalr_notifications
Ermin Bronja
3 years ago
parent
b8393d29ff
commit
15a57f6ce9
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
Frontend/src/store/chat-slice.js
+ 1
- 1
Frontend/src/store/chat-slice.js
View File
@@ -133,7 +133,7 @@ const chatSlice = createSlice({
(notification) => notification.roomId !== action.payload
);
},
},
leaveRoom: (state, action) => {
state.activeRoom = null;
Write
Preview
Loading…
Cancel
Save