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"
class="reply-body"
:closeable="true"
:replied-status="status"
:replied-status="mainStatus"
@posted="closeReplyForm"
@draft-done="closeReplyForm"
@close-accepted="closeReplyForm"