Port away from and remove MatrixImageProvider

The functionality was redundant with the custom QNAM extension libQuotient has
This commit is contained in:
Tobias Fella
2023-12-02 22:30:18 +01:00
parent 46fd288a95
commit de3d3abc53
23 changed files with 26 additions and 242 deletions

View File

@@ -33,7 +33,7 @@ QQC2.ItemDelegate {
visible: root.categoryVisible || filterText.length > 0 || Config.mergeRoomList
contentItem: KirigamiComponents.Avatar {
source: root.avatar ? `image://mxc/${root.avatar}` : ""
source: root.avatar
name: root.displayName
sourceSize {