zulip/zulip-flutter

Support individual_emoji_changes client capability

クローズ

#2,278 opened on 2026/04/15

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

Repository metrics

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

説明

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

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