Page MenuHomePhabricator

[native] Delete unused functions
ClosedPublic

Authored by tomek on May 7 2024, 8:43 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Nov 10, 2:15 PM
Unknown Object (File)
Sun, Nov 10, 11:50 AM
Unknown Object (File)
Sun, Nov 10, 11:49 AM
Unknown Object (File)
Sun, Nov 10, 3:17 AM
Unknown Object (File)
Sun, Oct 20, 6:45 AM
Unknown Object (File)
Oct 10 2024, 10:39 PM
Unknown Object (File)
Oct 10 2024, 10:39 PM
Unknown Object (File)
Oct 10 2024, 10:39 PM
Subscribers

Details

Summary

All the async functions that process a single store can now be deleted - we should only use the new function which processes all the stores in a single transaction.

https://linear.app/comm/issue/ENG-6004/wrap-all-store-operations-from-one-action-in-transaction

Depends on D11922

Test Plan

Checked if persisting drafts still works.

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

tomek requested review of this revision.May 7 2024, 9:00 AM

Checked if persisting drafts still works.

Same suggestions to test plan as for parent diff.

This revision is now accepted and ready to land.May 8 2024, 3:19 AM

Checked if persisting drafts still works.

Same suggestions to test plan as for parent diff.

Tested also messages and threads.

This revision was automatically updated to reflect the committed changes.