Send room display name as part of invite link (if needed)
This commit is contained in:
parent
f551f96f50
commit
b097fd51d8
5 changed files with 25 additions and 5 deletions
|
|
@ -295,7 +295,7 @@ export default {
|
|||
}
|
||||
if (room) {
|
||||
this.publicRoomLink = this.$router.getRoomLink(
|
||||
room.getCanonicalAlias() || roomId
|
||||
room.getCanonicalAlias(), roomId, room.name
|
||||
);
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue