mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 22:54:01 +02:00
Version 4.2.3: Fix clearing of user emoji status.
This commit is contained in:
parent
889529718f
commit
4c276e2357
1 changed files with 2 additions and 1 deletions
|
@ -44,7 +44,8 @@ constexpr auto kMaxTimeout = 6 * 60 * 60 * crl::time(1000);
|
|||
|
||||
EmojiStatuses::EmojiStatuses(not_null<Session*> owner)
|
||||
: _owner(owner)
|
||||
, _defaultRefreshTimer([=] { refreshDefault(); }) {
|
||||
, _defaultRefreshTimer([=] { refreshDefault(); })
|
||||
, _clearingTimer([=] { processClearing(); }) {
|
||||
refreshDefault();
|
||||
refreshColored();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue