* touch

* increase TTL of announcements

* ui touches
This commit is contained in:
callebtc
2025-07-31 06:28:31 +02:00
committed by GitHub
parent 4cb5932fd0
commit 4d0419c536
6 changed files with 11 additions and 13 deletions
@@ -36,7 +36,6 @@ class NoiseSessionManager(
*/
fun getSession(peerID: String): NoiseSession? {
val session = sessions[peerID]
// Log.d(TAG, "getSession($peerID): ${if (session?.isEstablished() == true) "ESTABLISHED" else "NOT_FOUND"}")
return session
}