Some improvements
This commit is contained in:
parent
14a2714c1e
commit
c53eefaf6d
19 changed files with 205 additions and 70 deletions
1
ts/types/Storage.d.ts
vendored
1
ts/types/Storage.d.ts
vendored
|
@ -49,6 +49,7 @@ export type StorageAccessType = {
|
|||
'always-relay-calls': boolean;
|
||||
'audio-notification': boolean;
|
||||
'auto-download-update': boolean;
|
||||
autoConvertEmoji: boolean;
|
||||
'badge-count-muted-conversations': boolean;
|
||||
'blocked-groups': ReadonlyArray<string>;
|
||||
'blocked-uuids': ReadonlyArray<ServiceIdString>;
|
||||
|
|
|
@ -13,6 +13,7 @@ export const STORAGE_UI_KEYS: ReadonlyArray<keyof StorageAccessType> = [
|
|||
'audio-notification',
|
||||
'audioMessage',
|
||||
'auto-download-update',
|
||||
'autoConvertEmoji',
|
||||
'badge-count-muted-conversations',
|
||||
'call-ringtone-notification',
|
||||
'call-system-notification',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue