refs #920 Unbind streaming for mentions when change accounts
This commit is contained in:
parent
04673e00c0
commit
011b226fbd
|
@ -415,6 +415,7 @@ const actions: ActionTree<TimelineSpaceState, RootState> = {
|
|||
},
|
||||
unbindUserStreaming: () => {
|
||||
ipcRenderer.removeAllListeners('update-start-user-streaming')
|
||||
ipcRenderer.removeAllListeners('mention-start-user-streaming')
|
||||
ipcRenderer.removeAllListeners('notification-start-user-streaming')
|
||||
ipcRenderer.removeAllListeners('error-start-user-streaming')
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue