settings_account: Convert module to typescript.

This commit is contained in:
evykassirer
2024-10-20 13:17:06 -07:00
committed by Tim Abbott
parent 8eb0ca3a7c
commit 35424adcc3
6 changed files with 170 additions and 104 deletions

View File

@@ -746,6 +746,9 @@ export function dispatch_normal_event(event) {
break;
}
// TODO/typescript: Move privacy_setting_name_schema and PrivacySettingName
// here from `settings_account` when this file is converted to typescript,
// and use them instead of `privacy_settings`.
const privacy_settings = [
"send_stream_typing_notifications",
"send_private_typing_notifications",