Page MenuHomePhabricator

[lib] Update `messageStore.messages` with `msgStoreOps` for `sendText/MultimediaMessage.started` actions
ClosedPublic

Authored by atul on Jun 22 2022, 1:47 PM.
Tags
None
Referenced Files
F2907571: D4330.diff
Sun, Oct 6, 11:21 AM
Unknown Object (File)
Wed, Oct 2, 8:45 AM
Unknown Object (File)
Tue, Oct 1, 12:00 PM
Unknown Object (File)
Tue, Oct 1, 12:00 PM
Unknown Object (File)
Tue, Oct 1, 12:00 PM
Unknown Object (File)
Tue, Oct 1, 12:00 PM
Unknown Object (File)
Tue, Oct 1, 11:59 AM
Unknown Object (File)
Mon, Sep 30, 6:35 AM
Subscribers

Details

Summary

Broke this into its own diff since it's a little more involved. Basically continuing refactoring work to get to the point where we can remove assertMessageStoreMessagesAreEqual and solely use the "ops" to update messageStore.messages in redux.

Test Plan

This should be a straightforward refactor given we've had assertMessageStoreMessagesAreEqual in place for some time now.

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

atul requested review of this revision.Jun 22 2022, 1:52 PM
This revision is now accepted and ready to land.Jun 23 2022, 3:33 AM

rebase after cherrypicking and before landing