Support "mirrors" array in the config file for link sharing
For issue #642
This commit is contained in:
parent
4648e4969c
commit
e3f7f1758f
9 changed files with 72 additions and 27 deletions
|
|
@ -16,6 +16,7 @@ export default {
|
|||
isRoomTopicEditMode: false,
|
||||
roomTopicErrorMessage: null,
|
||||
messageRetentionDisplay: "",
|
||||
currentMirror: null,
|
||||
};
|
||||
},
|
||||
mounted() {
|
||||
|
|
@ -69,7 +70,8 @@ export default {
|
|||
this.room.name,
|
||||
utils.roomDisplayTypeToQueryParam(this.room, this.roomDisplayType),
|
||||
this.roomDisplayType == ROOM_TYPE_CHANNEL, /* Auto join for channels */
|
||||
this.roomJoinRule == "knock"
|
||||
this.roomJoinRule == "knock",
|
||||
this.currentMirror
|
||||
);
|
||||
}
|
||||
return null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue