zulip/zulip-flutter
Auf GitHub ansehenHandle `null` for `user_settings.twenty_four_hour_time`, meaning "locale default"
Open
#1.727 geöffnet am 21. Juli 2025
a-apia-i18nhelp wantedserver-11
Repository-Metriken
- Stars
- (454 Stars)
- PR-Merge-Metriken
- (PR-Metriken ausstehend)
Beschreibung
Servers (as of 2025-07) don't send null for user_settings.twenty_four_hour_time, but there's a plan for them to do so, once clients that don't break on null are dominant; see https://github.com/zulip/zulip/issues/35332 and linked discussion.
We'll soon start accepting null, but without actually handling it with its intended meaning. This issue is to do that, and the plan is to use ffi; see #45 for details on how we'd like to use ffi.