fix get latest secretkey, multi-send group chat

This commit is contained in:
2024-09-11 15:42:01 +03:00
parent 09e690e43f
commit 82503efa8c
14 changed files with 558 additions and 232 deletions

View File

@@ -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");
}