Fix comment above StorageAccessType

This commit is contained in:
Evan Hahn 2021-09-09 17:08:56 -05:00 committed by GitHub
parent 8064560a5f
commit 9b45b3dae2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,8 +30,7 @@ export type ThemeSettingType = 'system' | 'light' | 'dark';
export type NotificationSettingType = 'message' | 'name' | 'count' | 'off';
// This should be in sync with `UI_CONFIGURATION_KEYS` in
// `ts/textsecure/Storage.ts`.
// This should be in sync with `STORAGE_UI_KEYS` in `ts/types/StorageUIKeys.ts`.
export type StorageAccessType = {
'always-relay-calls': boolean;
'audio-notification': boolean;