user_status_ui: Add "At the office" option.

This commit is contained in:
rixant
2022-09-01 12:51:42 -04:00
committed by Tim Abbott
parent 43a57494f9
commit af1de04f97

View File

@@ -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"),
},
];
}