mirror of
https://github.com/permissionlesstech/bitchat.git
synced 2026-07-25 00:25:19 +00:00
woohooo
This commit is contained in:
@@ -20,7 +20,7 @@ struct RequestSyncPacket {
|
|||||||
}
|
}
|
||||||
// mBytes
|
// mBytes
|
||||||
var mb = UInt16(mBytes)
|
var mb = UInt16(mBytes)
|
||||||
let mbData = withUnsafeBytes(of: &mb.bigEndian) { Data($0) }
|
let mbData = withUnsafeBytes(of: mb.bigEndian) { Data($0) }
|
||||||
putTLV(0x01, mbData)
|
putTLV(0x01, mbData)
|
||||||
// k
|
// k
|
||||||
putTLV(0x02, Data([UInt8(k & 0xFF)]))
|
putTLV(0x02, Data([UInt8(k & 0xFF)]))
|
||||||
|
|||||||
Reference in New Issue
Block a user