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

@@ -38,7 +38,7 @@ FormCard.FormCardPage {
contentItem: RowLayout {
KirigamiComponents.Avatar {
name: accountDelegate.connection.localUser.displayName
source: accountDelegate.connection.localUser.avatarMediaId ? ("image://mxc/" + accountDelegate.connection.localUser.avatarMediaId) : ""
source: accountDelegate.connection.localUser.avatarMediaId ? accountDelegate.connection.makeMediaUrl("mxc://" + accountDelegate.connection.localUser.avatarMediaId) : ""
Layout.rightMargin: Kirigami.Units.largeSpacing
implicitWidth: Kirigami.Units.iconSizes.medium