Page MenuHomePhabricator

[native] enable performing message store threads ops
ClosedPublic

Authored by kamil on Apr 17 2023, 11:03 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Jun 20, 7:36 AM
Unknown Object (File)
Thu, Jun 13, 2:06 AM
Unknown Object (File)
Tue, May 28, 9:33 PM
Unknown Object (File)
Tue, May 28, 9:33 PM
Unknown Object (File)
Tue, May 28, 9:33 PM
Unknown Object (File)
Tue, May 28, 9:33 PM
Unknown Object (File)
Tue, May 28, 9:32 PM
Unknown Object (File)
Apr 28 2024, 12:58 PM
Subscribers

Details

Summary

Introduce converting ops to database ops and delete filtering as message store threads operations are now supported.

Depends on D7469

Test Plan

Use app to check if operations works and updates table properly.

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

kamil held this revision as a draft.
kamil published this revision for review.Apr 18 2023, 2:55 AM
kamil added inline comments.
lib/utils/message-ops-utils.js
238–240 ↗(On Diff #25226)

probably not needed, I just wanted to make sure that ops will not crash (this will cause database deletion) if one of the values will be missing - wondering what reviewers think

lib/utils/message-ops-utils.js
254 ↗(On Diff #25226)

Can you put the easy cases first, and leave this case to the end, so that the indentation level can be reduced?

This revision is now accepted and ready to land.Apr 20 2023, 7:44 AM

put easy casees first

lib/utils/message-ops-utils.js
254 ↗(On Diff #25226)

sure!