New emoji storage and bug fixes in setup

This commit is contained in:
Cadence Ember 2025-05-12 14:28:19 +12:00
parent 60a53f76bb
commit 7a59f48c0a
6 changed files with 48 additions and 60 deletions

View file

@ -166,10 +166,9 @@ INSERT INTO member_power (mxid, room_id, power_level) VALUES
INSERT INTO lottie (sticker_id, mxc_url) VALUES
('860171525772279849', 'mxc://cadence.moe/ZtvvVbwMIdUZeovWVyGVFCeR');
INSERT INTO auto_emoji (name, emoji_id, guild_id) VALUES
('L1', '1144820033948762203', '529176156398682115'),
('L2', '1144820084079087647', '529176156398682115'),
('_', '_', '529176156398682115');
INSERT INTO auto_emoji (name, emoji_id) VALUES
('L1', '1144820033948762203'),
('L2', '1144820084079087647');
INSERT INTO media_proxy (permitted_hash) VALUES
(-429802515645771439),