mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
fix comment.author.address does not match signer
This commit is contained in:
@@ -387,7 +387,7 @@ const Thread = () => {
|
||||
...prevPublishCommentOptions,
|
||||
author: {
|
||||
displayName: nameRef.current.value || undefined,
|
||||
address: account?.author.address,
|
||||
...(anonymousMode ? {} : {address: account?.author.address}),
|
||||
},
|
||||
content: commentRef.current.value || undefined,
|
||||
link: linkRef.current.value || undefined,
|
||||
|
||||
Reference in New Issue
Block a user