Open FoundOne opened 4 days ago
I found what's the issue. It has to do something with the cache, because it fixes itself on his own. Still that should not behave like that.
You can find the local cache of custom emojis in the browser's local storage with elk-custom-emojis
. The stored cache is updated every 24 hours probably in order to avoid too many requests against servers. Maybe clearing them can solve the current issue.
However, if there has been no change in custom emojis recently, I also feel that behavior has something wrong.
The actual fetch of custom emojis happens here:
this is a method call of masto.js client. Maybe Gotosocial returns a different set of custom emojis than Mastodon here.
You can access only the first collection of emoji on Gotosocial.
How to reproduce.