mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Implement replies list request.
This commit is contained in:
@@ -676,6 +676,9 @@ void Histories::checkPostponed(not_null<History*> history, int id) {
|
||||
}
|
||||
|
||||
void Histories::cancelRequest(int id) {
|
||||
if (!id) {
|
||||
return;
|
||||
}
|
||||
const auto history = _historyByRequest.take(id);
|
||||
if (!history) {
|
||||
return;
|
||||
|
Reference in New Issue
Block a user