Merge branch '488-fix-DM-link-by-adding-pathname' into 'dev'
fix DM link by adding pathname to link See merge request keanuapp/keanuapp-weblite!205
This commit is contained in:
commit
7a775a6ca5
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