Skip to content
Snippets Groups Projects
Verified Commit 4d2a5d1e authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Attach reactions on the right for our own bubbled messages

parent 149535ef
No related branches found
No related tags found
No related merge requests found
Pipeline #5132 passed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment