Disabling Join/Leave notifications by default

This commit is contained in:
David Négrier 2021-02-10 11:13:47 +01:00
parent f8b5ca04e5
commit e7ddeedb3e
1 changed files with 5 additions and 4 deletions

View File

@ -14,6 +14,7 @@ const defaultInterfaceConfig = {
MOBILE_APP_PROMO: false,
HIDE_INVITE_MORE_HEADER: true,
DISABLE_JOIN_LEAVE_NOTIFICATIONS: true,
// Note: hiding brand does not seem to work, we probably need to put this on the server side.
SHOW_BRAND_WATERMARK: false,