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:
@@ -21,6 +21,11 @@ Loader {
|
|||||||
Component {
|
Component {
|
||||||
id: regularMenu
|
id: regularMenu
|
||||||
QQC2.Menu {
|
QQC2.Menu {
|
||||||
|
QQC2.MenuItem {
|
||||||
|
text: i18nc("'Space' is a matrix space", "View Space")
|
||||||
|
onTriggered: RoomManager.enterRoom(room);
|
||||||
|
}
|
||||||
|
|
||||||
QQC2.MenuItem {
|
QQC2.MenuItem {
|
||||||
text: i18nc("@action:inmenu", "Copy Address to Clipboard")
|
text: i18nc("@action:inmenu", "Copy Address to Clipboard")
|
||||||
onTriggered: if (room.canonicalAlias.length === 0) {
|
onTriggered: if (room.canonicalAlias.length === 0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user