#3 Conflict mistake resolved

マージ済み
bronjaermin が 1 個のコミットを feature/321_signalr_notifications から development へマージ 3年前

+ 1
- 1
Frontend/src/store/chat-slice.js ファイルの表示

(notification) => notification.roomId !== action.payload (notification) => notification.roomId !== action.payload
); );
}, },
},
leaveRoom: (state, action) => { leaveRoom: (state, action) => {
state.activeRoom = null; state.activeRoom = null;



読み込み中…
キャンセル
保存