fix reply form quote config access

This commit is contained in:
Lain Soykaf 2026-05-13 11:14:12 +04:00
commit ef0cba713d
No known key found for this signature in database
3 changed files with 63 additions and 2 deletions

View file

@ -380,7 +380,7 @@ const PostStatusForm = {
if (
!this.quotingAvailable ||
!this.isReply ||
!this.$store.getters.mergedConfig.quoteReply
!useMergedConfigStore().mergedConfig.quoteReply
) {
return false
}

View file

@ -16,7 +16,7 @@ library.add(faEllipsisH)
const StatusActionButtons = {
props: ['status', 'replying'],
emits: ['toggleReplying', 'interacted'],
emits: ['toggleReplying', 'interacted', 'onSuccess', 'onError'],
data() {
return {
showPin: false,