Currently, FileHandler can only handle cases where the mxc uri does not change. Changing the mxc uri after the FileHandler is created has no effect.
Description
Description
Revisions and Commits
Revisions and Commits
Related Objects
Related Objects
- Mentioned Here
- D232: Let Filehandler react to eventContent modification
Event Timeline
This comment was removed by nannanko.
This comment was removed by nannanko.
Comment Actions
FileHandler analyzes eventContent, checks whether it is encrypted and contains thumbnails, and performs download/cache.
D232 enables modify the eventContent of FileHandler at any time.
The mxcUri of FileHandler should not be set or modified explicitly.