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
In your comment, describe what part of the code you’re modifying and how you plan to approach the problem, based on what you learned in steps 1–4 above.
When we show timestamps, for example on messages in the message list, we should format them according to the user's setting:
user_settings.twenty_four_hour_time
true: "13:52"user_settings.twenty_four_hour_time
false: "1:52 PM"See:
UserSettings.twentyFourHourTime
in lib/api/model/initial_snapshot.dartUserSettingsUpdateEvent
in lib/api/model/events.dartMilestoning as "Launch" because I believe we do this in zulip-mobile.
The text was updated successfully, but these errors were encountered: