#3 Conflict mistake resolved

已合并
bronjaermin 3 年前 将 1 次代码提交从 feature/321_signalr_notifications合并至 development

+ 1
- 1
Frontend/src/store/chat-slice.js 查看文件

@@ -133,7 +133,7 @@ const chatSlice = createSlice({
(notification) => notification.roomId !== action.payload
);
},
},
leaveRoom: (state, action) => {
state.activeRoom = null;


正在加载...
取消
保存