fix DM link by adding pathname to link
This commit is contained in:
parent
dbab57ef32
commit
efa125a0fe
1 changed files with 1 additions and 1 deletions
|
|
@ -243,7 +243,7 @@ export default {
|
||||||
return this.$matrix.currentUser.user_id
|
return this.$matrix.currentUser.user_id
|
||||||
},
|
},
|
||||||
directMessageLink() {
|
directMessageLink() {
|
||||||
return `${window.location.origin}/#/user/${this.currentUserId}`
|
return `${window.location.origin + window.location.pathname}#/user/${this.currentUserId}`
|
||||||
},
|
},
|
||||||
passwordsMatch() {
|
passwordsMatch() {
|
||||||
return (
|
return (
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue