This commit is contained in:
2025-10-22 22:07:52 +03:00
Unverified
parent a95efcdcf8
commit 87f3ddc2f0
5 changed files with 9 additions and 17 deletions
-1
View File
@@ -69,7 +69,6 @@ export function useDM() {
try {
lastPlaintext = (JSON.parse(await decryptDm(lastMessage, publicKey)) as DmEncryptedJSON).data.content;
console.log(lastPlaintext);
} catch (error) {
console.error("Failed to decrypt last message:", error);
}