Custom Emoji Admin Pane capped at 50?
On the Admin -> Custom Emoji Pane
The list should populate with all custom emoji.
On the Admin -> Custom Emoji Pane
The list is capped at 50 out of 116 so anything past 50 is cannot be deleted or edited.
Emoji that are past the 50 cannot be searched for either in the admin pane.
In a channel, DM, Thread, Discussion, etc.
All 116 do show up in the chat screen emoji menu.
I'm not seeing any buttons for pagination so I'm assuming that it is a bug that only pulls 50 emoji. We're on 1.0.3 but I checked the release logs and searched the issues but didn't see anything regarding this.
I can confirm that this issue is still present in Rocket.Chat v1.1.3.
If you're on a custom fork, you can go to app/emoji-custom/client/admin/adminEmoji.js and change this.limit = new ReactiveVar(50); to something like this.limit = new ReactiveVar(500);
That's what I did for a quick and dirty solution.
@novacrazy PRs and fixes are very welcome, you don't need to keep dirty fixes in a fork :), look: #14951.
@jagloro please check if the fix solves all your problems ;)
@ggazzo I updated to v1.3.0 today but the emoji limit is still capped at 50. Scrolling to the bottom of the list doesn't expand it either.


@ggazzo I can confirm that the issue has been resolved with that PR in v1.3.1. Thanks!
Most helpful comment
@novacrazy PRs and fixes are very welcome, you don't need to keep dirty fixes in a fork :), look: #14951.
@jagloro please check if the fix solves all your problems ;)