mirror of https://github.com/markqvist/LXMF.git
Include unhandled message count in stats
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…
Reference in New Issue