2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

unread loading by inboxReadBefore message id added

This commit is contained in:
John Preston
2015-09-08 16:34:22 +03:00
parent 54d5b6dd71
commit 8ff20d759b
7 changed files with 83 additions and 48 deletions

View File

@@ -536,6 +536,7 @@ namespace App {
}
if (!data) continue;
data->loaded = true;
if (App::main()) {
if (emitPeerUpdated) {
App::main()->peerUpdated(data);