Retry private messages after Noise session replacement

This commit is contained in:
jack
2026-07-25 20:45:44 +02:00
committed by jack
parent fcb79d6263
commit 377145763d
10 changed files with 725 additions and 54 deletions
@@ -690,6 +690,10 @@ private final class PerfDeliveryContext: ChatDeliveryContext {
func notifyUIChanged() {}
func markMessageDelivered(_ messageID: String) {}
func markMessageDelivered(_ messageID: String, from peerIDs: Set<PeerID>) {}
func isOutgoingPrivateMessage(_ messageID: String, toAny peerIDs: Set<PeerID>) -> Bool {
true
}
@discardableResult
func setDeliveryStatus(_ status: DeliveryStatus, forMessageID messageID: String) -> Bool {