Page MenuHomePhorge

FileHandler is not reactive against change in the mxc uri
Open, NormalPublicBUG

Description

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.

Event Timeline

This comment was removed by nannanko.

content of event does not indicate itself whether it is encrypted or contains a thumbnail. FileHandler.qml handled this case, it accepts eventContent rather than mxcUri(And mxcUri should not be set manually).

If some file is needed to be download/upload without eventContent, the functions in KazvIOManager should be used.