Skip to content
Snippets Groups Projects
Commit 41fc2686 authored by feld's avatar feld
Browse files

Correctly resolve the URI of the server

parent 93baa8b6
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ const ExtraButtons = {
components: { Popover },
data: function () {
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: {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment