Skip to content

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.

Merge request reports