fix reply replying to repeat instead of repated

This commit is contained in:
Henry Jameson 2026-08-21 16:15:00 +03:00
commit e6ef8e8017

View file

@ -542,7 +542,7 @@
ref="postStatusForm" ref="postStatusForm"
class="reply-body" class="reply-body"
:closeable="true" :closeable="true"
:replied-status="status" :replied-status="mainStatus"
@posted="closeReplyForm" @posted="closeReplyForm"
@draft-done="closeReplyForm" @draft-done="closeReplyForm"
@close-accepted="closeReplyForm" @close-accepted="closeReplyForm"