forked from Ivasoft/mattermost-mobile
MM-39711 - Gekidou Settings Push Notification functionality (#6373)
* adding nav hooks * added save button * capturing value from OptionItem * notification - saving in progress * tested API * corrections after review * Update en.json * Update notification_push.tsx * ts fixes * minor improvement Co-authored-by: Elias Nahum <nahumhbl@gmail.com>
This commit is contained in:
1
types/api/users.d.ts
vendored
1
types/api/users.d.ts
vendored
@@ -16,6 +16,7 @@ type UserNotifyProps = {
|
||||
push: 'default' | 'all' | 'mention' | 'none';
|
||||
push_status: 'ooo' | 'offline' | 'away' | 'dnd' | 'online';
|
||||
user_id?: string;
|
||||
push_threads?: 'all' | 'mention';
|
||||
};
|
||||
|
||||
type UserProfile = {
|
||||
|
||||
Reference in New Issue
Block a user