mirror of
https://github.com/mautrix/discord.git
synced 2025-03-14 14:15:37 +00:00

This seems to be working correctly, but element-desktop isn't rendering them, not sure if that's expected or not. Closes #4
5 lines
100 B
SQL
5 lines
100 B
SQL
CREATE TABLE emoji (
|
|
discord_id TEXT NOT NULL PRIMARY KEY,
|
|
discord_name TEXT,
|
|
matrix_url TEXT
|
|
);
|