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
Fixes#1647.
There are probably ways the logic here can be improved. But we can
do that in tandem with the relative times on the lightbox (#45),
once we have ready access to CLDR data via FFI.
"description": "Indicates when a user was last active on Zulip (who is currently offline)",
906
+
"placeholders": {
907
+
"days": {"type": "int", "example": "5"}
908
+
}
909
+
},
910
+
"userActiveDate": "Active {date}",
911
+
"@userActiveDate": {
912
+
"description": "Indicates the date when a user was last active on Zulip (who is currently offline).\n\nThe date might be day and month if recent, or day, month, and year if less recent.",
0 commit comments