Slashes not allowed in MXID

This commit is contained in:
Cadence Ember
2026-02-27 18:33:29 +13:00
parent d1aa8f01e7
commit ea261e825b
3 changed files with 14 additions and 5 deletions

View File

@@ -0,0 +1,5 @@
BEGIN TRANSACTION;
DELETE FROM sim WHERE sim_name like '%/%';
COMMIT;