#101 - update hard-coded server url
This commit is contained in:
parent
79efe0646c
commit
3b78c9c755
2 changed files with 4 additions and 1 deletions
|
@ -35,6 +35,9 @@ const EmojiSelector = {
|
|||
emojis: filterByKeyword(customEmojis, this.keyword)
|
||||
}
|
||||
}
|
||||
},
|
||||
serverUrl () {
|
||||
return this.$store.state.instance.server
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue