mirror of
https://github.com/markqvist/LXMF.git
synced 2025-04-14 04:23:11 -04:00
Include unhandled message count in stats
This commit is contained in:
parent
e3be7e0cfd
commit
a198e96064
@ -709,6 +709,7 @@ class LXMRouter:
|
||||
"offered": peer.offered,
|
||||
"outgoing": peer.outgoing,
|
||||
"incoming": peer.incoming,
|
||||
"unhandled": peer.unhandled_message_count
|
||||
},
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user