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.
I have started working on it and have achieved some successful results.
You can review my changes here: Compare Changes.
Please permit me to continue working on this issue.
Additionally, I have taken screenshots after changing the twenty_four_hour_time preference in my account via the web app:
12-Hour Format
24-Hour Format
Currently, some checks are failing. I will look into them once the issue is assigned to me.
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: