mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 15:03:34 +00:00
realm_user_settings_defaults: Fix user_list_style type.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
bb8f044a35
commit
282ea2d77f
@@ -42,7 +42,7 @@ export type RealmDefaultSettings = {
|
||||
starred_message_counts: boolean;
|
||||
translate_emoticons: boolean;
|
||||
twenty_four_hour_time: boolean;
|
||||
user_list_style: boolean;
|
||||
user_list_style: number;
|
||||
web_escape_navigates_to_home_view: boolean;
|
||||
web_font_size_px: number;
|
||||
web_home_view: string;
|
||||
|
||||
Reference in New Issue
Block a user