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 = {
|
const publishCommentOptions: PublishCommentOptions = {
|
||||||
subplebbitAddress,
|
subplebbitAddress,
|
||||||
parentCid,
|
parentCid,
|
||||||
|
postCid: comment?.postCid || parentCid,
|
||||||
content,
|
content,
|
||||||
link,
|
link,
|
||||||
spoiler,
|
spoiler,
|
||||||
|
|||||||
Reference in New Issue
Block a user