fix remote interaction link
This commit is contained in:
parent
b57f681f85
commit
63b4586c0f
1 changed files with 2 additions and 1 deletions
|
|
@ -4,6 +4,7 @@ import UserListPopover from '../user_list_popover/user_list_popover.vue'
|
|||
|
||||
import { library } from '@fortawesome/fontawesome-svg-core'
|
||||
import { faCheck, faMinus, faPlus } from '@fortawesome/free-solid-svg-icons'
|
||||
import { useInstanceStore } from 'src/stores/instance.js'
|
||||
|
||||
library.add(faPlus, faMinus, faCheck)
|
||||
|
||||
|
|
@ -42,7 +43,7 @@ const EmojiReactions = {
|
|||
return !!this.$store.state.users.currentUser
|
||||
},
|
||||
remoteInteractionLink() {
|
||||
return this.$store.getters.remoteInteractionLink({
|
||||
return useInstanceStore().getRemoteInteractionLink({
|
||||
statusId: this.status.id,
|
||||
})
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue