mirror of
https://github.com/markqvist/LXMF.git
synced 2025-07-02 09:56:43 -04:00
Include unhandled message count in stats
This commit is contained in:
parent
e3be7e0cfd
commit
a198e96064
1 changed files with 1 additions and 0 deletions
|
@ -709,6 +709,7 @@ class LXMRouter:
|
|||
"offered": peer.offered,
|
||||
"outgoing": peer.outgoing,
|
||||
"incoming": peer.incoming,
|
||||
"unhandled": peer.unhandled_message_count
|
||||
},
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue