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)
Sep 27 2024, 1:29 AM
Unknown Object (File)
Sep 27 2024, 1:29 AM
Unknown Object (File)
Sep 27 2024, 1:28 AM
Unknown Object (File)
Sep 27 2024, 1:20 AM
Unknown Object (File)
Sep 21 2024, 11:21 AM
Unknown Object (File)
Sep 15 2024, 4:01 AM
Unknown Object (File)
Sep 12 2024, 12:17 AM
Unknown Object (File)
Aug 28 2024, 10:24 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.