mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 12:33:40 +00:00
user_status_ui: Add "At the office" option.
This commit is contained in:
@@ -191,5 +191,9 @@ export function initialize() {
|
||||
status_text: $t({defaultMessage: "Working remotely"}),
|
||||
emoji: emoji.get_emoji_details_by_name("house"),
|
||||
},
|
||||
{
|
||||
status_text: $t({defaultMessage: "At the office"}),
|
||||
emoji: emoji.get_emoji_details_by_name("office"),
|
||||
},
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user