Join rooms when visiting them

BUG: 477261
This commit is contained in:
Tobias Fella
2023-11-24 16:33:40 +01:00
parent 6baf2e4888
commit 410258c478
4 changed files with 9 additions and 3 deletions

View File

@@ -112,7 +112,7 @@ a{
onLinkActivated: link => {
spoilerRevealed = true
RoomManager.openResource(link)
RoomManager.openResource(link, "join")
}
onHoveredLinkChanged: if (hoveredLink.length > 0 && hoveredLink !== "1") {
applicationWindow().hoverLinkIndicator.text = hoveredLink;