mirror of
https://github.com/Qortal/chrome-extension.git
synced 2025-08-01 14:41:26 +00:00
fix get latest secretkey, multi-send group chat
This commit is contained in:
@@ -244,7 +244,7 @@ export const NewThread = ({
|
||||
reply,
|
||||
};
|
||||
|
||||
const secretKey = await getSecretKey();
|
||||
const secretKey = await getSecretKey(false, true);
|
||||
if (!secretKey) {
|
||||
throw new Error("Cannot get group secret key");
|
||||
}
|
||||
|
Reference in New Issue
Block a user