Page MenuHomePhabricator

[native] Delete unused functions
ClosedPublic

Authored by tomek on Tue, May 7, 8:43 AM.
Tags
None
Referenced Files
F1786193: D11923.id39897.diff
Sat, May 18, 3:57 PM
F1785071: D11923.id39896.diff
Sat, May 18, 12:54 PM
Unknown Object (File)
Sat, May 18, 2:52 AM
Unknown Object (File)
Fri, May 17, 11:03 AM
Unknown Object (File)
Thu, May 16, 2:49 PM
Unknown Object (File)
Mon, May 13, 9:07 PM
Unknown Object (File)
Sat, May 11, 11:35 PM
Unknown Object (File)
Sat, May 11, 3: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.Tue, May 7, 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.Wed, May 8, 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.