You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
UserStatusScreen: Make status suggestions use new emoji-status feature!
When available, that is. Support was added in FL 86.
If emoji statuses are supported, we use the suggested emoji for the
emoji status, and the suggested text for the text status.
If emoji statuses aren't supported…we do end up just cutting the
emoji out of the status suggestion, which I guess is a small
downside. For these older servers, we could have kept up what we do
now: stick the status emoji at the start of the suggested text. But
I think achieving that has a higher complexity cost than it's worth.
I've never really used this UI, I'm not sure how common it is to do
so, and people are still free to depart from the suggested text,
including by adding emojis, by using the text input.
Copy file name to clipboardExpand all lines: static/translations/messages_en.json
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -274,11 +274,11 @@
274
274
"Couldn’t load information about {fullName}": "Couldn’t load information about {fullName}",
275
275
"What’s your status?": "What’s your status?",
276
276
"Click to join video call": "Click to join video call",
277
-
"📅 In a meeting": "📅 In a meeting",
278
-
"🚌 Commuting": "🚌 Commuting",
279
-
"🤒 Out sick": "🤒 Out sick",
280
-
"🌴 Vacationing": "🌴 Vacationing",
281
-
"🏠 Working remotely": "🏠 Working remotely",
277
+
"In a meeting": "In a meeting",
278
+
"Commuting": "Commuting",
279
+
"Out sick": "Out sick",
280
+
"Vacationing": "Vacationing",
281
+
"Working remotely": "Working remotely",
282
282
"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.",
0 commit comments