[MM-30432]: Allow users to specify different desktop notification sounds per channel (#21671)

Этот коммит содержится в:
KyeongSoo Kim
2023-06-05 20:58:05 +09:00
коммит произвёл GitHub
родитель 951456c780
Коммит fbd6b5efe1
25 изменённых файлов: 633 добавлений и 135 удалений

Просмотреть файл

@@ -21,6 +21,8 @@ export type ChannelStats = {
export type ChannelNotifyProps = {
desktop: 'default' | 'all' | 'mention' | 'none';
desktop_sound: 'on' | 'off';
desktop_notification_sound?: 'Bing' | 'Crackle' | 'Down' | 'Hello' | 'Ripple' | 'Upstairs';
email: 'default' | 'all' | 'mention' | 'none';
mark_unread: 'all' | 'mention';
push: 'default' | 'all' | 'mention' | 'none';