mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
update posting logic
This commit is contained in:
@@ -111,7 +111,9 @@ const ReplyModal = ({ isOpen, closeModal }) => {
|
||||
|
||||
setPublishCommentOptions((prevPublishCommentOptions) => ({
|
||||
...prevPublishCommentOptions,
|
||||
displayName: nameRef.current.value || undefined,
|
||||
author: {
|
||||
displayName: nameRef.current.value || undefined,
|
||||
},
|
||||
content: commentRef.current.value || undefined,
|
||||
link: linkRef.current.value || undefined,
|
||||
parentCid: selectedParentCid,
|
||||
|
||||
Reference in New Issue
Block a user