feat: chat — group settings (rename, photo, add/remove members), fix mention underline style

This commit is contained in:
2026-04-15 11:32:52 +03:00
parent 2cdc44b495
commit e6caf10a98
4 changed files with 229 additions and 17 deletions

View File

@@ -0,0 +1,2 @@
-- Group room avatar
ALTER TABLE chat_rooms ADD COLUMN IF NOT EXISTS avatar_url TEXT;