forked from AkkomaGang/admin-fe
Fix link to remote emoji that was copied to local instance
This commit is contained in:
parent
7418324210
commit
ee20731a4e
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ export default {
|
|||
try {
|
||||
this.$store.dispatch('AddNewEmojiFile', {
|
||||
packName: this.copyToLocalPackName,
|
||||
file: this.addressOfEmojiInPack(this.host, this.packName, this.file),
|
||||
file: this.addressOfEmojiInPack(this.remoteInstance, this.packName, this.file),
|
||||
shortcode: this.copyToShortcode.trim() !== '' ? this.copyToShortcode.trim() : this.shortcode,
|
||||
filename: this.copyToFilename.trim() !== '' ? this.copyToFilename.trim() : this.file
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue