Page MenuHomePhabricator

[web] Add presisting device ID
ClosedPublic

Authored by inka on Aug 19 2022, 3:22 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Mar 15, 9:40 PM
Unknown Object (File)
Sat, Mar 8, 11:39 AM
Unknown Object (File)
Thu, Mar 6, 3:46 PM
Unknown Object (File)
Thu, Mar 6, 3:46 PM
Unknown Object (File)
Thu, Mar 6, 3:46 PM
Unknown Object (File)
Tue, Mar 4, 3:36 PM
Unknown Object (File)
Tue, Mar 4, 10:51 AM
Unknown Object (File)
Tue, Mar 4, 10:50 AM

Details

Summary

Add persisting device ID on web.

Test Plan

Check with redux dev tools that the device ID stays the same in a different tab and after closing all the tabs and opening a new one when a user is logged in.

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

inka requested review of this revision.Aug 19 2022, 3:31 AM
This revision is now accepted and ready to land.Aug 19 2022, 8:15 AM
web/root.js
22 ↗(On Diff #15788)

It seems like deviceIDUpdater will make it so we can just add the property to whitelist instead of increasing the version and adding a migration

This revision was automatically updated to reflect the committed changes.