Return false from socket handlers to not dispatch action

This commit is contained in:
Ken-Håvard Lieng 2020-06-05 08:56:11 +02:00
parent a4fe18c0f0
commit a33157ff84
8 changed files with 141 additions and 126 deletions

View file

@ -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',