This differential removes threadID to NotifID mapping from redux on native.
Details
Details
Test plan for previous differential + ensure flow does not complain.
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
Comment Actions
Woohoo!! Love seeing this
Do we also need to introduce a redux-persist migration to clear this data from the Redux store, eg. like this?
Comment Actions
I think yes - I forgot to do so. That is why I was seeing message that threadIDsToNotifIDs were not rehydrated.
native/redux/persist.js | ||
---|---|---|
553 ↗ | (On Diff #20978) | Just a quick clarifications - should we bump it before we land this? or only after we make a release? If the former I would use an explanation why not when landing. |
native/redux/persist.js | ||
---|---|---|
553 ↗ | (On Diff #20978) | Up to you. If you do not bump this then the migration will not run. When you bump this, the migration will run. Hoping you can use that information to make an informed decision yourself |