This website works better with JavaScript.
首頁
探索
說明
註冊
登入
stefan.stamenovic
/
WebAPISignalRChat
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
標籤
里程碑
建立合併請求
#3
Conflict mistake resolved
已合併
bronjaermin
於
3 年之前
將 1 次代碼提交從
feature/321_signalr_notifications
合併至
development
對話內容
1
程式碼提交
1
Files Changed
1
共有
1 個文件被更改
,包括
1 次插入
和
1 次删除
Whitespace
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
分割檢視
顯示文件統計
1
1
Frontend/src/store/chat-slice.js
+ 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;
Write
Preview
Loading…
取消
儲存