Knock support
Also, fix token refresh functionality
This commit is contained in:
parent
cfabd8be08
commit
e8f04d79c9
11 changed files with 310 additions and 75 deletions
|
|
@ -1178,7 +1178,11 @@ export default {
|
|||
this.$navigation.push(
|
||||
{
|
||||
name: "Join",
|
||||
params: { roomId: util.sanitizeRoomId(this.roomAliasOrId), join: this.$route.params.join },
|
||||
params: {
|
||||
roomId: util.sanitizeRoomId(this.roomAliasOrId),
|
||||
join: this.$route.params.join
|
||||
},
|
||||
query: this.$route.query
|
||||
},
|
||||
0
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue