Fix m->d custom emoji reactions on some clients

This commit is contained in:
Cadence Ember
2026-05-30 15:16:54 +12:00
parent 16867d57fb
commit 24c2dee7d3
@@ -0,0 +1,5 @@
BEGIN TRANSACTION;
DELETE FROM emoji WHERE mxc_url NOT IN (SELECT mxc_url FROM file WHERE discord_url LIKE 'https://cdn.discordapp.com/emojis/%.webp%');
COMMIT;