feat(status): make the set-status menu work
feat(user): optimise get() function for react qol(todos): update todos
This commit is contained in:
parent
dbb407606b
commit
1c90a0c859
30 changed files with 572 additions and 324 deletions
|
|
@ -458,7 +458,7 @@ export default function Provider({ children }: { children: ReactNode }) {
|
|||
secretId,
|
||||
version: CHAT_SECRET_VERSION,
|
||||
});
|
||||
const peerUser = await getUser(userIdValue);
|
||||
const peerUser = await getUser(userIdValue, ["PublicKey"]);
|
||||
const peerWrapped = await wrapChatSecret({
|
||||
chatSecret: rawSecret,
|
||||
recipientKemPublicKey: kemPublicKeyFromPublicKeyBundle(
|
||||
|
|
|
|||
Loading…
Reference in a new issue