mirror of
https://github.com/Qz3rK/tdesktop.git
synced 2026-07-03 14:15:08 +02:00
fixed bug in history size count, 0.9.5
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user