Enabling private message received notification by default (turns out as quite helpfull)
This commit is contained in:
parent
dab2c58162
commit
1709bfcbbe
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ notificationDefaultStatus[EventType.SERVER_CLOSED] = true;
|
|||
notificationDefaultStatus[EventType.SERVER_HOST_MESSAGE_DISCONNECT] = true;
|
||||
notificationDefaultStatus[EventType.GLOBAL_MESSAGE] = true;
|
||||
notificationDefaultStatus[EventType.CONNECTION_FAILED] = true;
|
||||
//notificationDefaultStatus[EventType.PRIVATE_MESSAGE_RECEIVED] = true;
|
||||
notificationDefaultStatus[EventType.PRIVATE_MESSAGE_RECEIVED] = true;
|
||||
|
||||
let windowFocused = false;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue