zulip/zulip-flutter

Show "deleted" users specially

Offen

#2.277 geöffnet am 15.04.2026

 (2 Kommentare) (0 Reaktionen) (1 zugewiesene Person)Dart (456 Forks)github user discovery
a-modelhelp wantedserver-12

Repository-Metriken

Stars
 (454 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 25T 15h) (22 gemergte PRs in 30 T)

Beschreibung

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

Contributor Guide