Implemented duplicate signalling on PN message download

This commit is contained in:
Mark Qvist 2025-11-02 02:27:57 +01:00
commit 747ddbddd5
3 changed files with 15 additions and 6 deletions

View file

@ -54,7 +54,7 @@ class LXMFPropagationAnnounceHandler:
metadata = data[6]
if destination_hash in self.lxmrouter.static_peers:
static_peer = self.lxmrouter.static_peers[destination_hash]
static_peer = self.lxmrouter.peers[destination_hash]
if not is_path_response or static_peer.last_heard == 0:
self.lxmrouter.peer(destination_hash=destination_hash,
timestamp=node_timebase,