chore(use-publish-reply): postCid required by new plebbit API

This commit is contained in:
Tom (plebeius.eth)
2024-11-05 12:02:28 +01:00
parent aa3b3a8b5d
commit 0d255a8bc2
+1
View File
@@ -34,6 +34,7 @@ const usePublishReplyStore = create<ReplyState>((set) => ({
const publishCommentOptions: PublishCommentOptions = {
subplebbitAddress,
parentCid,
postCid: comment?.postCid || parentCid,
content,
link,
spoiler,