In an atempt to delete all the local custom emojis on my instance I used tootctl command:
bin/tootctl emoji purge --no-remote-only
Despite using the flag --no-remote-only
the remote custom emojis were deleted too.
No big fuss, Mastodon just start fetching the remote emojis again. The problem is this is only true for emojis on toots. For accounts that use custom emojis on the Display name and Bio, Mastodon isn’t refetching the emojis for the already known accounts. For new discovered accounts it fetch the emojis as usual.
I tried using tootctl to refresh those remote accounts, without success.
There’s any way I can force the refetch of those emojis?