mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-07-28 18:22:41 +02:00
Update LocalCache.kt
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
Reference in New Issue
Block a user