Skip to content

Commit 15bd955

Browse files
committed
emoji [nfc]: Document the realmEmoji data structure
1 parent 8cb3aba commit 15bd955

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/model/emoji.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ import '../api/model/model.dart';
33

44
/// The portion of [PerAccountStore] describing what emoji exist.
55
mixin EmojiStore {
6+
/// The realm's custom emoji (for [ReactionType.realmEmoji],
7+
/// indexed by [Reaction.emojiCode].
68
Map<String, RealmEmojiItem> get realmEmoji;
79
}
810

0 commit comments

Comments
 (0)