2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-09-02 07:35:12 +00:00

fixed bug in history size count, 0.9.5

This commit is contained in:
John Preston
2015-10-14 21:15:46 +02:00
parent 21570c0479
commit bf6bebb0aa
4 changed files with 9 additions and 11 deletions

View File

@@ -763,7 +763,7 @@ namespace App {
}
}
existing->updateMedia(m.has_media() ? (&m.vmedia) : 0);
existing->updateMedia(m.has_media() ? (&m.vmedia) : 0, true);
existing->setViewsCount(m.has_views() ? m.vviews.v : -1);
}