From c45f2ef650ec7cc41520bf34c5ee198ce8fa2a3a Mon Sep 17 00:00:00 2001 From: Naomi Plasterer Date: Thu, 17 Oct 2024 15:44:00 -0700 Subject: [PATCH] small log reminder --- .../src/main/java/org/xmtp/android/library/ConversationV2.kt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/library/src/main/java/org/xmtp/android/library/ConversationV2.kt b/library/src/main/java/org/xmtp/android/library/ConversationV2.kt index 7a17c0007..1cd161d8e 100644 --- a/library/src/main/java/org/xmtp/android/library/ConversationV2.kt +++ b/library/src/main/java/org/xmtp/android/library/ConversationV2.kt @@ -1,6 +1,7 @@ package org.xmtp.android.library import android.util.Log +import com.google.crypto.tink.subtle.EngineWrapper.TKeyAgreement import kotlinx.coroutines.channels.awaitClose import kotlinx.coroutines.flow.Flow import kotlinx.coroutines.flow.callbackFlow @@ -209,6 +210,7 @@ data class ConversationV2( } } catch (e: Exception) { // Do nothing if this errors + // Log error if the peer is on the v3 network } } client.publish(envelopes = prepared.envelopes)