mirror of
https://github.com/permissionlesstech/bitchat.git
synced 2026-08-29 07:27:16 +00:00
Add the missing fileTransfer case
This commit is contained in:
parent
b58c71f777
commit
537737f521
@ -3530,6 +3530,9 @@ extension BLEService {
|
||||
case .fragment:
|
||||
handleFragment(packet, from: senderID)
|
||||
|
||||
case .fileTransfer:
|
||||
handleFileTransfer(packet, from: senderID.id)
|
||||
|
||||
case .leave:
|
||||
handleLeave(packet, from: senderID)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user