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)
Mon, Apr 29, 12:35 AM
Unknown Object (File)
Mon, Apr 29, 12:35 AM
Unknown Object (File)
Mon, Apr 29, 12:33 AM
Unknown Object (File)
Mon, Apr 29, 12:05 AM
Unknown Object (File)
Sat, Apr 6, 5:54 PM
Unknown Object (File)
Mar 28 2024, 9:17 AM
Unknown Object (File)
Mar 28 2024, 9:17 AM
Unknown Object (File)
Mar 28 2024, 9:16 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.