mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
retrieve full signer objects to reuse anon mode address in own thread
This commit is contained in:
@@ -200,7 +200,6 @@ const PostFormTable = ({ closeForm, postCid }: { closeForm: () => void; postCid:
|
||||
hasCalledAnonAddressRef.current = true;
|
||||
const existingSigner = getExistingSigner(address);
|
||||
if (existingSigner) {
|
||||
console.log('onPublishReply - existingSigner:', existingSigner);
|
||||
setPublishReplyOptions({
|
||||
signer: existingSigner,
|
||||
author: {
|
||||
|
||||
Reference in New Issue
Block a user