matrix: Add a way to load avatars from files
Avatar files can be very large resulting in UI freeze if loaded from the UI thread. So load async and scale down so that it won't freeze UI and less memory shall be used.
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this page for instructions on how to get full permissions. Sorry for the inconvenience.
Avatar files can be very large resulting in UI freeze if loaded from the UI thread. So load async and scale down so that it won't freeze UI and less memory shall be used.