Details
Details
- Before applying D13888 and this, I sent some encrypted multimedia messages. They appeared as robotext
- Applied both diffs and ran migration
- Multimedia messages appeared normally
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
web/redux/persist.js | ||
---|---|---|
721–724 | As stated in https://phab.comm.dev/D13888#inline-78351, we weren't shimming this on web so I created a no-op migration to keep state version consistent across platforms |
native/redux/persist.js | ||
---|---|---|
1499 ↗ | (On Diff #45694) | It's hard to believe this migration was tested, as it appears to me that it throws an exception on every single run |
Comment Actions
- Split out legacyUnshimClientDB for existing usages
- Introduce new unshimClientDB
- Do the same for web
Comment Actions