Retry private messages after Noise session replacement

This commit is contained in:
jack
2026-07-26 05:41:29 +02:00
committed by jack
parent 1dc2150a9f
commit 97410b85aa
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 {