zulip/zulip-flutter

Support individual_emoji_changes client capability

已關閉

#2,278 建立於 2026年4月15日

 (0 則留言) (0 個反應) (1 位負責人)Dart (456 個分叉)github user discovery
a-apihelp wantedserver-12

倉庫指標

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

描述

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

貢獻者指南