mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-21 18:50:47 +03:00
Attach reactions on the right for our own bubbled messages
This commit is contained in:
parent
149535efbe
commit
4d2a5d1e9b
1 changed files with 1 additions and 1 deletions
|
@ -294,7 +294,7 @@ TimelineEvent {
|
||||||
id: reactionRow
|
id: reactionRow
|
||||||
|
|
||||||
eventId: wrapper.eventId
|
eventId: wrapper.eventId
|
||||||
layoutDirection: row.bubbleOnRight ? Qt.RightToLeft : Qt.LeftToRight
|
layoutDirection: (!wrapper.isStateEvent && wrapper.isSender) ? Qt.RightToLeft : Qt.LeftToRight
|
||||||
reactions: wrapper.reactions
|
reactions: wrapper.reactions
|
||||||
width: wrapper.width - wrapper.avatarMargin
|
width: wrapper.width - wrapper.avatarMargin
|
||||||
x: wrapper.avatarMargin
|
x: wrapper.avatarMargin
|
||||||
|
|
Loading…
Reference in a new issue