Page MenuHomePhabricator

[web] handle message store local ops types in processMessageStoreOperations
ClosedPublic

Authored by ginsu on Fri, Jun 7, 4:49 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Jun 23, 9:43 PM
Unknown Object (File)
Fri, Jun 21, 7:46 AM
Unknown Object (File)
Fri, Jun 21, 12:24 AM
Unknown Object (File)
Thu, Jun 20, 1:11 PM
Unknown Object (File)
Tue, Jun 18, 12:16 AM
Unknown Object (File)
Tue, Jun 18, 12:16 AM
Unknown Object (File)
Sun, Jun 16, 10:42 PM
Unknown Object (File)
Sun, Jun 16, 4:58 PM
Subscribers

Details

Summary

We need to update processMessageStoreOperations to handle the local message operation types

Depends on D12253

Test Plan

Confirmed that when processing message store ops on web we were successfully handling the new local message operation types

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

ginsu requested review of this revision.Fri, Jun 7, 5:06 PM
tomek added inline comments.
web/shared-worker/worker/process-operations.js
306–308 ↗(On Diff #41132)

In most of the other replace ops, we have an ID and an entry as a payload. Should we take a similar approach here?

This revision is now accepted and ready to land.Mon, Jun 10, 3:19 AM