fix reply form quote config access
This commit is contained in:
parent
d71cbb2686
commit
ef0cba713d
3 changed files with 63 additions and 2 deletions
|
|
@ -380,7 +380,7 @@ const PostStatusForm = {
|
|||
if (
|
||||
!this.quotingAvailable ||
|
||||
!this.isReply ||
|
||||
!this.$store.getters.mergedConfig.quoteReply
|
||||
!useMergedConfigStore().mergedConfig.quoteReply
|
||||
) {
|
||||
return false
|
||||
}
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ library.add(faEllipsisH)
|
|||
|
||||
const StatusActionButtons = {
|
||||
props: ['status', 'replying'],
|
||||
emits: ['toggleReplying', 'interacted'],
|
||||
emits: ['toggleReplying', 'interacted', 'onSuccess', 'onError'],
|
||||
data() {
|
||||
return {
|
||||
showPin: false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue