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

Fix autoplay settings apply in albums.

This commit is contained in:
John Preston
2019-12-25 12:01:49 +03:00
parent 063be9a13a
commit 08e04cdcb1
9 changed files with 60 additions and 17 deletions

View File

@@ -951,7 +951,7 @@ private:
std::unordered_map<
UserId,
base::flat_set<not_null<ViewElement*>>> _contactViews;
base::flat_set<not_null<ViewElement*>> _playingVideoFiles;
base::flat_map<not_null<ViewElement*>, int> _playingVideoFiles;
base::flat_set<not_null<WebPageData*>> _webpagesUpdated;
base::flat_set<not_null<GameData*>> _gamesUpdated;