forked from Ivasoft/mattermost-mobile
feat: Channel notification preferences (#7160)
* feat: Channel notification preferences * feedback review * use button color for the icon
This commit is contained in:
1
types/api/channels.d.ts
vendored
1
types/api/channels.d.ts
vendored
@@ -16,6 +16,7 @@ type ChannelNotifyProps = {
|
||||
mark_unread: 'all' | 'mention';
|
||||
push: NotificationLevel;
|
||||
ignore_channel_mentions: 'default' | 'off' | 'on';
|
||||
push_threads: 'all' | 'mention';
|
||||
};
|
||||
type Channel = {
|
||||
id: string;
|
||||
|
||||
Reference in New Issue
Block a user