Skip to content

Commit 6e7b452

Browse files
committed
user status screen: Add "At the office" option, to follow web app
This implements the mobile counterpart to zulip/zulip#22828, 'Add an "At the office" default status".
1 parent fbea2a2 commit 6e7b452

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/user-statuses/UserStatusScreen.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ const statusSuggestions: $ReadOnlyArray<StatusSuggestion> = [
4040
['Out sick', { emoji_name: 'sick', emoji_code: '1f912', reaction_type: 'unicode_emoji' }],
4141
['Vacationing', { emoji_name: 'palm_tree', emoji_code: '1f334', reaction_type: 'unicode_emoji' }],
4242
['Working remotely', { emoji_name: 'house', emoji_code: '1f3e0', reaction_type: 'unicode_emoji' }], // prettier-ignore
43+
['At the office', { emoji_name: 'office', emoji_code: '1f3e2', reaction_type: 'unicode_emoji' }],
4344
];
4445

4546
const styles = createStyleSheet({

static/translations/messages_en.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,7 @@
315315
"Out sick": "Out sick",
316316
"Vacationing": "Vacationing",
317317
"Working remotely": "Working remotely",
318+
"At the office": "At the office",
318319
"This message was hidden because it is from a user you have muted. Long-press to view.": "This message was hidden because it is from a user you have muted. Long-press to view.",
319320
"Signed out": "Signed out",
320321
"Remove account": "Remove account",

0 commit comments

Comments
 (0)