Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[keyserver] Replace undefined subthread_permissions with null
Summary: When fetching a message for entry action, we weren't selecting `subthread_permissions`. Then the result was passed to `rawMessageInfoFromRows` which uses `JSON.parse` on `subthread_permissions`. When a value is `null`, parsing returns null. But when a value is `undefined`, parsing throws an error. Modified the code so that we're fetching `NULL` - all the entry messages are different from `messageTypes.CREATE_SUB_THREAD` so they don't have `subthread_permissions`. https://linear.app/comm/issue/ENG-5684/editing-entries-doesnt-work Test Plan: Create and edit an entry in the community root - it should work. Reviewers: ashoat, atul, kamil, inka Reviewed By: inka Subscribers: wyilio Differential Revision: https://phab.comm.dev/D9765
- Loading branch information