mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-09-19 07:51:21 +02:00
Update LocalCache.kt
This commit is contained in:
@@ -599,7 +599,7 @@ object LocalCache {
|
|||||||
if (decryptedContent != null) {
|
if (decryptedContent != null) {
|
||||||
Log.e(
|
Log.e(
|
||||||
"DC",
|
"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
|
// TODO Update Notification with this Sender and Message
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user