Support opening space in room list

While it's not *that* useful since we cannot view all the rooms under the space, it can be useful to view all members inside a Space, and invite people to the Space.
This commit is contained in:
Gary Wang
2022-12-30 13:13:39 +00:00
committed by Tobias Fella
parent 85d3cf2d77
commit bb542521fb

View File

@@ -21,6 +21,11 @@ Loader {
Component {
id: regularMenu
QQC2.Menu {
QQC2.MenuItem {
text: i18nc("'Space' is a matrix space", "View Space")
onTriggered: RoomManager.enterRoom(room);
}
QQC2.MenuItem {
text: i18nc("@action:inmenu", "Copy Address to Clipboard")
onTriggered: if (room.canonicalAlias.length === 0) {