Details
Details
Ran migration on native client successfully:
Redux DevTools before:
Redux DevTools after:
Will do a couple more run-throughs on native to make sure everything is good.
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Branch
- arcpatch-D12789 (branched from master)
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
native/redux/persist.js | ||
---|---|---|
1423–1426 ↗ | (On Diff #42428) | Can we do something more explicit here? // This isn't actually accurate, but we force this cast here because the // types for createUpdateDBOpsForThreadStoreThreadInfos assume they're // converting from a client DB that contains RawThreadInfos. In fact, at // this point the client DB contains ThinRawThreadInfoWithPermissions. const stripMemberPermissions: RawThreadInfos => RawThreadInfos = (stripMemberPermissionsFromRawThreadInfos: any); |
Comment Actions
address feedback (any-cast stripMemberPermissionsFromRawThreadInfos instead of $FlowIgnore)