fix custom emoji reacts now working
This commit is contained in:
parent
58f06dea94
commit
6750397ef7
1 changed files with 2 additions and 1 deletions
|
|
@ -3,6 +3,7 @@ import Popover from 'src/components/popover/popover.vue'
|
|||
import StatusBookmarkFolderMenu from 'src/components/status_bookmark_folder_menu/status_bookmark_folder_menu.vue'
|
||||
|
||||
import { useInstanceStore } from 'src/stores/instance.js'
|
||||
import { useInstanceCapabilitiesStore } from 'src/stores/instance_capabilities.js'
|
||||
|
||||
import { library } from '@fortawesome/fontawesome-svg-core'
|
||||
import {
|
||||
|
|
@ -93,7 +94,7 @@ export default {
|
|||
return this.status.thread_muted
|
||||
},
|
||||
hideCustomEmoji() {
|
||||
return !useInstanceStore().pleromaCustomEmojiReactionsAvailable
|
||||
return !useInstanceCapabilitiesStore().pleromaCustomEmojiReactionsAvailable
|
||||
},
|
||||
buttonInnerClass() {
|
||||
return [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue