zulip/zulip-flutter

Handle `null` for `user_settings.twenty_four_hour_time`, meaning "locale default"

Open

#1,727 建立於 2025年7月21日

在 GitHub 查看
 (0 留言) (0 反應) (0 負責人)Dart (456 fork)github user discovery
a-apia-i18nhelp wantedserver-11

倉庫指標

Star
 (454 star)
PR 合併指標
 (平均合併 25天 15小時) (30 天內合併 22 個 PR)

描述

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.

貢獻者指南