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
Unknown Object (File)
Thu, Oct 31, 11:43 AM
Unknown Object (File)
Mon, Oct 28, 2:59 AM
Unknown Object (File)
Oct 6 2024, 11:21 AM
Unknown Object (File)
Oct 2 2024, 8:45 AM
Unknown Object (File)
Oct 1 2024, 12:00 PM
Unknown Object (File)
Oct 1 2024, 12:00 PM
Unknown Object (File)
Oct 1 2024, 12:00 PM
Unknown Object (File)
Oct 1 2024, 12:00 PM
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
Branch
landjune23
Lint
No Lint Coverage
Unit
No Test Coverage

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