diff --git a/src/stores/use-publish-reply-store.ts b/src/stores/use-publish-reply-store.ts index 5fb4eb89..e563456a 100644 --- a/src/stores/use-publish-reply-store.ts +++ b/src/stores/use-publish-reply-store.ts @@ -34,6 +34,7 @@ const usePublishReplyStore = create((set) => ({ const publishCommentOptions: PublishCommentOptions = { subplebbitAddress, parentCid, + postCid: comment?.postCid || parentCid, content, link, spoiler,