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 eb3e2aa commit afbd44bCopy full SHA for afbd44b
lib/model/emoji.dart
@@ -280,7 +280,7 @@ class EmojiStoreImpl with EmojiStore {
280
// https://github.com/zulip/zulip/blob/0f59e2e78/web/src/emoji.ts#L232-L278
281
//
282
// Behavior differences we might copy or change, TODO:
283
- // * Web has a particular ordering of Unicode emoji;
+ // * TODO(#1201) Web has a particular ordering of Unicode emoji;
284
// a data file groups them by category and orders within each of those,
285
// and the code has a list of categories.
286
// This seems useful; it'll call for expanding the server emoji data API.
0 commit comments