Attach reactions on the right for our own bubbled messages
This commit is contained in:
parent
149535efbe
commit
4d2a5d1e9b
@ -294,7 +294,7 @@ TimelineEvent {
|
||||
id: reactionRow
|
||||
|
||||
eventId: wrapper.eventId
|
||||
layoutDirection: row.bubbleOnRight ? Qt.RightToLeft : Qt.LeftToRight
|
||||
layoutDirection: (!wrapper.isStateEvent && wrapper.isSender) ? Qt.RightToLeft : Qt.LeftToRight
|
||||
reactions: wrapper.reactions
|
||||
width: wrapper.width - wrapper.avatarMargin
|
||||
x: wrapper.avatarMargin
|
||||
|
Loading…
Reference in New Issue
Block a user