Link Previewer MXC Links

- Update link preview to get valid mxc links.
- Get the connection from a room.
This commit is contained in:
James Graham
2023-05-01 09:12:16 +00:00
parent bc317514e6
commit 7156bf0711
4 changed files with 58 additions and 11 deletions

View File

@@ -35,6 +35,7 @@ TimelineContainer {
}
LinkPreviewDelegate {
Layout.fillWidth: true
room: currentRoom
indicatorEnabled: messageDelegate.isVisibleInTimeline()
}
}