issue: https://linear.app/comm/issue/ENG-6013/unable-to-update-chat-description
In D9859 sqlUpdate.description = description ?? null; was changed to sqlUpdate.description;. This is probably a mistake, and should be sqlUpdate.description = description;. After this change it is possible to change the chats description again.
Details
Details
Tested that changing chat description works
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable