Fix m->d custom emoji reactions on some clients
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user