Page MenuHomePhabricator

[lib] Inline reduceDeviceToken
ClosedPublic

Authored by inka on Nov 10 2023, 4:27 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Feb 15, 2:36 PM
Unknown Object (File)
Fri, Feb 14, 12:26 PM
Unknown Object (File)
Tue, Feb 11, 1:11 PM
Unknown Object (File)
Wed, Jan 29, 1:45 AM
Unknown Object (File)
Wed, Jan 29, 1:45 AM
Unknown Object (File)
Wed, Jan 29, 1:45 AM
Unknown Object (File)
Wed, Jan 29, 1:45 AM
Unknown Object (File)
Wed, Jan 29, 1:45 AM
Subscribers

Details

Summary

issue: https://linear.app/comm/issue/ENG-5652/inline-reducedevicetoken
See the deleted file for how it worked before

Test Plan

Dispatched incrementalStateSyncActionType, setDeviceTokenActionTypes actions, chcked that the state changes as expected

Diff Detail

Repository
rCOMM Comm
Branch
inka/reducers
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

inka requested review of this revision.Nov 10 2023, 4:45 AM
michal added inline comments.
lib/reducers/keyserver-reducer.js
330 ↗(On Diff #33203)

Nit: does this work?

This revision is now accepted and ready to land.Nov 14 2023, 6:11 AM
lib/reducers/keyserver-reducer.js
330 ↗(On Diff #33203)

No. This is a trick to strip KeyserverInfos of read-only on fileds, so that we can do the assignment in line 332.

Otherwise we get a flow error:

Cannot assign object literal to `keyserverInfos[keyserverID]` because an index signature declaring the expected key / value type is not writable.Flow(cannot-write)
lib/reducers/keyserver-reducer.js
137 ↗(On Diff #33316)

Nit: shorthand

This revision was automatically updated to reflect the committed changes.