Skip to content

Commit

Permalink
More cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
KitsuneRal committed Oct 28, 2024
1 parent 0c32ca8 commit a6b6dee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/qml/Avatar.qml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ Image {
/* readonly */ property var forMember

property string sourceId: forMember?.avatarUrl ?? forRoom?.avatarUrl ?? ""
/*forRoom ? "image://avatar/" + (forMember ?? forRoom).id : ""*/
source: sourceId
cache: false // Quotient::Avatar takes care of caching
fillMode: Image.PreserveAspectFit
Expand Down

0 comments on commit a6b6dee

Please sign in to comment.