Fixed names not showing up in MessageView

This commit is contained in:
Christian Muehlhaeuser 2019-05-05 14:59:03 +02:00
parent daa30794ea
commit df1d2a1d31
No known key found for this signature in database
GPG key ID: 3CF9FA45CA1EBB7E

View file

@ -186,13 +186,13 @@ ColumnLayout {
source: "images/reply.svg"
sourceSize.height: 16
onClicked: function () {
messagePopup.name = name
messagePopup.messageid = messageid
messagePopup.posturl = posturl
messagePopup.name = name
messagePopup.author = author
messagePopup.avatar = avatar
messagePopup.body = body
messagePopup.createdat = createdat
messagePopup.posturl = posturl
messagePopup.actor = actor
messagePopup.actorname = actorname
messagePopup.reply = reply