retrieve full signer objects to reuse anon mode address in own thread

This commit is contained in:
Tom (plebeius.eth)
2024-08-06 22:18:02 +02:00
parent 5095e0e3b9
commit a39262865d
3 changed files with 13 additions and 14 deletions
-1
View File
@@ -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: {