mirror of
https://github.com/permissionlesstech/bitchat.git
synced 2026-07-25 18:45:20 +00:00
Stub file transfer methods in mock
This commit is contained in:
@@ -158,7 +158,7 @@ final class MockBLEService: NSObject {
|
|||||||
// Tests currently ignore file transfer flows; keep stub for protocol conformance.
|
// Tests currently ignore file transfer flows; keep stub for protocol conformance.
|
||||||
}
|
}
|
||||||
|
|
||||||
func sendFilePrivate(_ packet: BitchatFilePacket, to peerID: String, transferId: String) {
|
func sendFilePrivate(_ packet: BitchatFilePacket, to peerID: PeerID, transferId: String) {
|
||||||
// Tests currently ignore file transfer flows; keep stub for protocol conformance.
|
// Tests currently ignore file transfer flows; keep stub for protocol conformance.
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user