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
Merge branch 'feature/321_signalr_notifications' of stefan.stamenovic/WebAPISignalRChat into development
feature/314_online_status_for_user
bronjaermin
3 years ago
parent
3169ef82ba
15a57f6ce9
commit
e03bf425c2
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