mirror of
https://github.com/muesli/telephant
synced 2025-02-16 19:48:24 +00:00
Fixed names not showing up in MessageView
This commit is contained in:
parent
daa30794ea
commit
df1d2a1d31
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue