Return false from socket handlers to not dispatch action
This commit is contained in:
parent
a4fe18c0f0
commit
a33157ff84
8 changed files with 141 additions and 126 deletions
|
@ -69,6 +69,7 @@ export const socket = createSocketActions([
|
|||
'channels',
|
||||
'channel_forward',
|
||||
'channel_search',
|
||||
'connected',
|
||||
'connection_update',
|
||||
'error',
|
||||
'features',
|
||||
|
@ -78,6 +79,7 @@ export const socket = createSocketActions([
|
|||
'nick_fail',
|
||||
'nick',
|
||||
'part',
|
||||
'kick',
|
||||
'pm',
|
||||
'quit',
|
||||
'search',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue