mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-03-29 15:01:03 +00:00
Fix animated emoji reloading.
This commit is contained in:
parent
1d8d2b6251
commit
04b9d4bdb5
@ -45,7 +45,7 @@ private:
|
||||
|
||||
namespace {
|
||||
|
||||
constexpr auto kRefreshTimeout = TimeId(7200);
|
||||
constexpr auto kRefreshTimeout = 7200 * crl::time(1000);
|
||||
constexpr auto kClearSourceTimeout = 10 * crl::time(1000);
|
||||
|
||||
[[nodiscard]] QSize SingleSize() {
|
||||
|
Loading…
Reference in New Issue
Block a user