show name of user when displaying image, instead of username

This commit is contained in:
tiago.kayaya
2021-12-17 09:40:28 +01:00
parent b9028cf296
commit 1ea7643981
@@ -614,7 +614,7 @@ touchStart(card) {
cssClass: 'modal modal-desktop',
componentProps: {
image: msg.attachments[0].image_url,
username: msg.u.username,
username: msg.u.name,
_updatedAt: msg._updatedAt
}
});