zulip/zulip-flutter

Show "deleted" users specially

オープン

#2,277 opened on 2026/04/15

 (2 件のコメント) (0 件のリアクション) (1 人の担当者)Dart (456 件のフォーク)github user discovery
a-modelhelp wantedserver-12

Repository metrics

Stars
 (454 個のスター)
PR merge metrics
 (平均マージ 25d 15h) (30d で 22 merged PRs)

説明

The server now has a notion of a user being "deleted" but still in the database, and still in the list of users sent to clients. This is a step beyond the existing "deactivated" state; the relevant differences are:

  • Data like the name and avatar will have been scrubbed, replaced with placeholder data.
  • The new is_deleted field on the user object will be true, to signal that this happened.

We should look for this field, and when present avoid consulting other fields like user.fullName. Instead, we'll show e.g. "(deleted user)" for the name (akin to the existing "(unknown user)").

References

コントリビューターガイド