Let enterprise build be able to use a different notification channel for noisy notification.

This commit is contained in:
Benoit Marty 2026-02-11 09:59:45 +01:00
parent 7535258bae
commit 6e958f3132
17 changed files with 135 additions and 26 deletions

View file

@ -13,4 +13,5 @@ data class ElementWellKnown(
val enforceElementPro: Boolean?,
val rageshakeUrl: String?,
val brandColor: String?,
val notificationSound: String?,
)