Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
+1
-1
@@ -48,7 +48,7 @@ class NwcNotificationEvent(
|
|||||||
|
|
||||||
suspend fun decryptNotification(signer: NostrSigner): Notification {
|
suspend fun decryptNotification(signer: NostrSigner): Notification {
|
||||||
if (!canDecrypt(signer)) throw SignerExceptions.UnauthorizedDecryptionException()
|
if (!canDecrypt(signer)) throw SignerExceptions.UnauthorizedDecryptionException()
|
||||||
val jsonText = signer.nip44Decrypt(content, talkingWith(signer.pubKey))
|
val jsonText = signer.decrypt(content, talkingWith(signer.pubKey))
|
||||||
return OptimizedJsonMapper.fromJsonTo<Notification>(jsonText)
|
return OptimizedJsonMapper.fromJsonTo<Notification>(jsonText)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user