Page MenuHomePhabricator

[web/native] Add threadHashes to threadStore
AbandonedPublic

Authored by michal on Sep 21 2023, 7:57 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Dec 31, 2:07 AM
Unknown Object (File)
Tue, Dec 31, 2:07 AM
Unknown Object (File)
Tue, Dec 31, 2:00 AM
Unknown Object (File)
Wed, Dec 25, 5:36 AM
Unknown Object (File)
Wed, Dec 25, 5:36 AM
Unknown Object (File)
Tue, Dec 24, 4:49 PM
Unknown Object (File)
Thu, Dec 5, 8:13 AM
Unknown Object (File)
Dec 2 2024, 3:22 AM
Subscribers

Details

Reviewers
inka
kamil
tomek
Summary

ENG-4959
Depends on D9255

Adding threadHashes to threadStore, and updating it in thread-store-ops.js. More explanation of the approach in the previous diff.

Test Plan

Load the web app, check if hashes are in the threadStore.
Load the native app, check that:

  • on first load the transform does not run (nothing persisted), migration runs and fills in the hashes
  • when redux state is saved it is saved with threadHashes
  • on subsequent loads, the threadHashes are correctly rehydrated

Diff Detail

Repository
rCOMM Comm
Lint
No Lint Coverage
Unit
No Test Coverage