zulip/zulip-flutter

Support individual_emoji_changes client capability

Geschlossen

#2.278 geöffnet am 15.04.2026

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

Repository-Metriken

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

Beschreibung

The server is adding a new client capability individual_emoji_changes. We should add support for the new API that it controls, and start sending the capability.

This will involve supporting two new event types RealmEmojiAddEvent and RealmEmojiUpdateOneEvent.

This is useful because the old API is subject to accidental DDoS when a realm adds a large number of custom emoji. Moreover, once we have a mobile release out that supports the new API, the clock starts on being able to later remove the old API from the server.

References

Contributor Guide