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

贡献者指南