Page MenuHomePhabricator

[native] Extract device token reducer to lib
ClosedPublic

Authored by michal on Feb 24 2023, 6:49 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Mar 31, 8:13 AM
Unknown Object (File)
Sun, Mar 31, 8:13 AM
Unknown Object (File)
Sun, Mar 31, 8:13 AM
Unknown Object (File)
Sun, Mar 31, 8:06 AM
Unknown Object (File)
Thu, Mar 28, 11:58 PM
Unknown Object (File)
Feb 21 2024, 2:07 PM
Unknown Object (File)
Feb 21 2024, 2:07 PM
Unknown Object (File)
Feb 21 2024, 2:07 PM
Subscribers

Details

Summary

We will want to treat the device token similarly on web as on native. This diff extracts the native device token reducer to lib.

Test Plan

Check if device token is correctly saved in redux on new user login.

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

ashoat added inline comments.
native/redux/redux-setup.js
336–339 ↗(On Diff #23057)

Should this be moved to lib/reducers/master-reducer.js? Or is that done in a later diff?

This revision is now accepted and ready to land.Feb 24 2023, 3:16 PM