mirror of
https://github.com/markqvist/LXMF.git
synced 2025-11-20 07:22:30 -05:00
Implemented duplicate signalling on PN message download
This commit is contained in:
parent
747ddbddd5
commit
f383450b37
1 changed files with 1 additions and 0 deletions
|
|
@ -150,6 +150,7 @@ class LXMRouter:
|
|||
self.propagation_transfer_state = LXMRouter.PR_IDLE
|
||||
self.propagation_transfer_progress = 0.0
|
||||
self.propagation_transfer_last_result = None
|
||||
self.propagation_transfer_last_duplicates = None
|
||||
self.propagation_transfer_max_messages = None
|
||||
self.prioritise_rotating_unreachable_peers = False
|
||||
self.active_propagation_links = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue