mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-03 16:05:57 +00:00
Fixed opening channel earn info section for admins.
This commit is contained in:
@@ -860,6 +860,7 @@ void EarnStatistics::requestHistory(
|
|||||||
.token = Data::EarnHistorySlice::OffsetToken(nextToken),
|
.token = Data::EarnHistorySlice::OffsetToken(nextToken),
|
||||||
});
|
});
|
||||||
}).fail([=] {
|
}).fail([=] {
|
||||||
|
done({});
|
||||||
_requestId = 0;
|
_requestId = 0;
|
||||||
}).send();
|
}).send();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user