Update LocalCache.kt

This commit is contained in:
Believethehype
2023-04-22 05:37:52 +02:00
parent 1d23e87bd9
commit 12a3cd5113

View File

@@ -599,7 +599,7 @@ object LocalCache {
if (decryptedContent != null) {
Log.e(
"DC",
"Decrypted Event: Sender: {${decryptedContent.pubKey}}, Message: {${decryptedContent.content}} "
"Decrypted Content from Anon Tag: Sender: {${decryptedContent.pubKey}}, Message: {${decryptedContent.content}} "
// TODO Update Notification with this Sender and Message
)