feat: chat — group settings (rename, photo, add/remove members), fix mention underline style
This commit is contained in:
2
backend/migrations/077_chat_room_avatar.sql
Normal file
2
backend/migrations/077_chat_room_avatar.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
-- Group room avatar
|
||||
ALTER TABLE chat_rooms ADD COLUMN IF NOT EXISTS avatar_url TEXT;
|
||||
Reference in New Issue
Block a user