Disable status change notifications when join/leave notifications are disabled.

This commit is contained in:
damencho
2020-02-04 16:06:43 +00:00
committed by Дамян Минков
parent 3bfa4744c8
commit a425e9c92e
2 changed files with 10 additions and 4 deletions

View File

@@ -195,10 +195,14 @@ var interfaceConfig = {
*/
ENABLE_SCREENSHOT_CAPTURE: false,
// If true, presence status: busy, calling, connected etc. is not displayed
/**
* If true, presence status: busy, calling, connected etc. is not displayed.
*/
DISABLE_PRESENCE_STATUS: false,
// If true, notifications regarding joining/leaving are no longer displayed
/**
* If true, notifications regarding joining/leaving are no longer displayed.
*/
DISABLE_JOIN_LEAVE_NOTIFICATIONS: false,
/**