Page MenuHomePhabricator

[keyserver] Fix error when changing thread description
ClosedPublic

Authored by inka on Dec 5 2023, 2:28 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Nov 6, 10:25 AM
Unknown Object (File)
Thu, Oct 17, 4:30 PM
Unknown Object (File)
Thu, Oct 17, 4:30 PM
Unknown Object (File)
Thu, Oct 17, 4:30 PM
Unknown Object (File)
Thu, Oct 17, 4:30 PM
Unknown Object (File)
Sep 21 2024, 7:47 PM
Unknown Object (File)
Sep 6 2024, 8:36 AM
Unknown Object (File)
Sep 6 2024, 8:36 AM
Subscribers
None

Details

Summary

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.

Test Plan

Tested that changing chat description works

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable