Details
Details
This code was actually used to test previous diffs. At this point, multimedia containing encryptionKey field in extras column of uploads table should be shimmed properly
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
The logic seems good to me
keyserver/src/fetchers/upload-fetchers.js | ||
---|---|---|
325 ↗ | (On Diff #24074) | I'd prefer if (loop) { media.push({ ...video, loop}); } else { media.push(video); } but it's more of a personal preference to avoid a ternary here, so feel free to keep it as is |