Show number of unsent messages

This commit is contained in:
M66B
2018-08-12 11:17:50 +00:00
parent d9875de010
commit 670c0f04ae
4 changed files with 24 additions and 9 deletions

View File

@@ -23,4 +23,5 @@ public class TupleAccountStats {
public Integer accounts;
public Integer operations;
public Integer unseen;
public Integer unsent;
}