Fixed migration and added resend and cleanup options to demo application

This commit is contained in:
2016-05-24 17:19:29 +02:00
parent 409dccd0be
commit 725d2b848e
3 changed files with 24 additions and 4 deletions

View File

@ -281,7 +281,8 @@ public class BitmessageContext {
public Property status() {
return new Property("status", null,
ctx.getNetworkHandler().getNetworkStatus()
ctx.getNetworkHandler().getNetworkStatus(),
new Property("unacknowledged", ctx.getMessageRepository().findMessagesToResend().size())
);
}