Page MenuHomePhabricator

[lib] Inline reduceUpdatesCurrentAsOf
ClosedPublic

Authored by inka on Nov 8 2023, 6:17 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Jun 30, 1:21 AM
Unknown Object (File)
Fri, Jun 28, 6:11 AM
Unknown Object (File)
Sun, Jun 23, 6:50 PM
Unknown Object (File)
Sat, Jun 22, 6:59 PM
Unknown Object (File)
Fri, Jun 21, 9:59 AM
Unknown Object (File)
Thu, Jun 13, 1:37 PM
Unknown Object (File)
Jun 1 2024, 2:05 PM
Unknown Object (File)
May 21 2024, 6:26 PM
Subscribers

Details

Summary

issue:https://linear.app/comm/issue/ENG-5349/inline-reduceupdatescurrentasof
processUpdatesActionType is dispatched only from UpdateHandler when a message comes to a socket. Sockets are keyserver specific, so the data is also keyserver specific

Test Plan

Tested logInActionTypes and processUpdatesActionType. Assuming the rest works by symmetry (see the deleted file for how it was before)

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

inka published this revision for review.Nov 8 2023, 6:20 AM
inka retitled this revision from [lib] Inline updates reducer to [lib] Inline reduceUpdatesCurrentAsOf.Nov 8 2023, 6:25 AM
inka edited the summary of this revision. (Show Details)

Rebase

lib/reducers/keyserver-reducer.js
125 ↗(On Diff #33200)

Shouldn't this be keyserverID?

Rebase and address review

This revision is now accepted and ready to land.Nov 16 2023, 4:52 AM
This revision was automatically updated to reflect the committed changes.