Harden private media migration compatibility

This commit is contained in:
jack
2026-07-25 16:58:57 +02:00
committed by jack
parent f443913ed6
commit 024ae71f0a
31 changed files with 2627 additions and 119 deletions
@@ -73,7 +73,7 @@ struct BLENoiseSessionQueuesTests {
let peerID = PeerID(str: "aaaaaaaaaaaaaaaa")
var queues = BLENoiseSessionQueues()
queues.appendTypedPayload(Data([0x09, 0xAA]), transferId: "media-1", for: peerID)
queues.appendTypedPayload(Data([0x20, 0xAA]), transferId: "media-1", for: peerID)
queues.appendTypedPayload(Data([0x01, 0xBB]), for: peerID)
let removed = queues.removeTypedPayload(transferId: "media-1")