forked from AkkomaGang/akkoma-fe
Correctly resolve the URI of the server
This commit is contained in:
parent
93baa8b664
commit
41fc26869f
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ const ExtraButtons = {
|
||||||
components: { Popover },
|
components: { Popover },
|
||||||
data: function () {
|
data: function () {
|
||||||
return {
|
return {
|
||||||
statusLink: `https://${this.$store.state.instance.name}${this.$router.resolve({ name: 'conversation', params: { id: this.status.id } }).href}`
|
statusLink: `${this.$store.state.instance.server}${this.$router.resolve({ name: 'conversation', params: { id: this.status.id } }).href}`
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
|
Loading…
Reference in a new issue