Details
Details
- Reviewers
ashoat atul - Commits
- rCOMM6f2f3a1ca0b5: Use dedicated functions to get blobURI
This stack is tested altogether, actual test plan in the last diff.
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
lib/utils/message-ops-utils.js | ||
---|---|---|
52 ↗ | (On Diff #28261) | Hopefully, when serializing message to Client DB, I kept the original uri field name, so the format of stored data won't change here |
151 ↗ | (On Diff #28261) | After deserializing from Client DB, we can construct a multimedia message in the new format, it will be understood correctly from now on. |
Comment Actions
I am accepting this fairly blindly. I don't have a good idea of all the callsites that need to be updated here, or the general data flow. Trusting that @bartek has thought it through and tested it carefully
Comment Actions
These are all places where we accessed properties holder/thumbnailHolder of objects of types Media and MediaInfo. The types were affected by changes in D8370.