From 0d255a8bc2a1b51998242e99c2b7dd0f4ad80093 Mon Sep 17 00:00:00 2001 From: "Tom (plebeius.eth)" Date: Tue, 5 Nov 2024 12:02:28 +0100 Subject: [PATCH] chore(use-publish-reply): postCid required by new plebbit API --- src/stores/use-publish-reply-store.ts | 1 + 1 file changed, 1 insertion(+) 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,