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)
Wed, Oct 2, 3:38 AM
Unknown Object (File)
Tue, Oct 1, 4:03 PM
Unknown Object (File)
Tue, Oct 1, 3:58 PM
Unknown Object (File)
Tue, Sep 17, 3:06 PM
Unknown Object (File)
Tue, Sep 10, 12:07 PM
Unknown Object (File)
Tue, Sep 10, 5:47 AM
Unknown Object (File)
Tue, Sep 10, 4:12 AM
Unknown Object (File)
Aug 29 2024, 12:14 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