android: add chat title/profile patch API parity
This commit is contained in:
@@ -647,3 +647,12 @@
|
||||
- re-encode as `image/jpeg` with quality `82`,
|
||||
- keep original bytes if compression does not reduce payload size.
|
||||
- Upload request and attachment metadata now use actual prepared payload (`fileName`, `fileType`, `fileSize`), matching web behavior.
|
||||
|
||||
### Step 101 - Chat title/profile API parity
|
||||
- Added Android API integration for:
|
||||
- `PATCH /api/v1/chats/{chat_id}/title`
|
||||
- `PATCH /api/v1/chats/{chat_id}/profile`
|
||||
- Extended `ChatRepository`/`NetworkChatRepository` with `updateChatTitle(...)` and `updateChatProfile(...)`.
|
||||
- Wired these actions into the existing Chat Management panel:
|
||||
- edit selected chat title,
|
||||
- edit selected chat profile fields (title/description).
|
||||
|
||||
Reference in New Issue
Block a user