Send a request to update notifications settings

This commit is contained in:
2021-04-10 20:38:00 +02:00
parent 5373eac5df
commit 8f8fd3151c
4 changed files with 82 additions and 14 deletions

View File

@ -4,6 +4,11 @@
* @author Pierre Hubert
*/
declare interface NotificationsSettings {
allow_conversations: boolean,
allow_notifications_sound: boolean,
}
declare interface DataConservationPolicy {
inactive_account_lifetime?: number,
notification_lifetime?: number,