mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
chore(use-publish-reply): postCid required by new plebbit API
This commit is contained in:
@@ -34,6 +34,7 @@ const usePublishReplyStore = create<ReplyState>((set) => ({
|
||||
const publishCommentOptions: PublishCommentOptions = {
|
||||
subplebbitAddress,
|
||||
parentCid,
|
||||
postCid: comment?.postCid || parentCid,
|
||||
content,
|
||||
link,
|
||||
spoiler,
|
||||
|
||||
Reference in New Issue
Block a user