mirror of
https://github.com/permissionlesstech/bitchat-android.git
synced 2026-07-25 10:45:21 +00:00
share gossip
This commit is contained in:
@@ -168,6 +168,10 @@ class BluetoothMeshService(private val context: Context) : MeshService, Transpor
|
||||
// Direct injection prevents routing loops (bridge handles source check)
|
||||
meshCore.sendFromBridge(packet)
|
||||
}
|
||||
|
||||
override fun sendToPeer(peerID: String, packet: BitchatPacket) {
|
||||
connectionManager.sendPacketToPeer(peerID, packet)
|
||||
}
|
||||
|
||||
/**
|
||||
* Start periodic debug logging every 10 seconds
|
||||
|
||||
Reference in New Issue
Block a user