mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-30 14:17:45 +00:00
Version 4.2.3: Fix clearing of user emoji status.
This commit is contained in:
@@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user