PeerID 25/n: ReadReceipt (#832)

This commit is contained in:
Islam
2025-10-19 14:30:27 +02:00
committed by GitHub
parent 70caa9e24a
commit 435744a977
3 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -105,7 +105,7 @@ final class PrivateChatManager: ObservableObject {
// Create read receipt using the simplified method
let receipt = ReadReceipt(
originalMessageID: message.id,
readerID: meshService?.myPeerID.id ?? "",
readerID: meshService?.myPeerID ?? PeerID(str: ""),
readerNickname: meshService?.myNickname ?? ""
)