PeerID 15/n: Bitchat Message & Packet accept in init (#754)

This commit is contained in:
Islam
2025-10-06 17:16:11 +02:00
committed by GitHub
parent 01ec4573f8
commit 5f44c56a90
10 changed files with 45 additions and 34 deletions
+2 -2
View File
@@ -147,7 +147,7 @@ final class MockBLEService: NSObject {
originalSender: nil,
isPrivate: recipientID != nil,
recipientNickname: nil,
senderPeerID: myPeerID,
senderPeerID: PeerID(str: myPeerID),
mentions: mentions.isEmpty ? nil : mentions
)
@@ -192,7 +192,7 @@ final class MockBLEService: NSObject {
originalSender: nil,
isPrivate: true,
recipientNickname: recipientNickname,
senderPeerID: myPeerID,
senderPeerID: PeerID(str: myPeerID),
mentions: nil
)