Open chrisbobbe opened 1 week ago
I would like to work on this issue if it has not been assigned to anyone else.
Please see the Zulip project's guide to claiming an issue: https://zulip.readthedocs.io/en/latest/contributing/contributing.html#in-other-zulip-repositories
In particular:
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.