We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ab661c commit dc59d62Copy full SHA for dc59d62
lib/api/model/model.dart
@@ -184,7 +184,17 @@ class RealmEmojiItem {
184
final String emojiCode;
185
final String name;
186
final String sourceUrl;
187
+
188
+ /// The non-animated version, if this is an animated emoji.
189
+ ///
190
+ /// As of 2025-10, this will be missing on animated emoji
191
+ /// that were uploaded before Zulip Server 5 when this was added;
192
+ /// see https://github.com/zulip/zulip/issues/36339 .
193
+ // TODO(server-future) Update dartdoc once all supported servers
194
+ // have a fix for https://github.com/zulip/zulip/issues/36339
195
+ // i.e. that have run a migration to fill this in for animated emoji.
196
final String? stillUrl;
197
198
final bool deactivated;
199
final int? authorId;
200
0 commit comments