element-x-ada/features/roomdetails
Chris Smith 72497af09a Fix changing room avatar from details screen
The presenter was expecting the MediaProcessor to return a
MediaUploadInfo.Image, but it actually returns
MediaUploadInfo.AnyFile because we're not compressing avatars
(so it doesn't process the file and return more detailed info).

This check/cast was entirely pointless, so change to just
working on whatever we're given. The pickers constrain which
types of file the user select, so we should be reasonably happy
the files are images.

Also actually log error details when updating the details,
so we know what's going wrong.

Closes #550
2023-06-07 11:18:03 +01:00
..
api [Room details] Open room member details when clicking on user data in timeline (#482) 2023-06-01 12:03:27 +02:00
impl Fix changing room avatar from details screen 2023-06-07 11:18:03 +01:00