mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Show correct downloads elements context menu.
This commit is contained in:
@@ -2601,7 +2601,9 @@ void GroupCall::requestCurrentTimeStart(
|
||||
});
|
||||
}).fail([=] {
|
||||
finish(0);
|
||||
}).handleAllErrors().send();
|
||||
}).handleAllErrors().toDC(
|
||||
MTP::groupCallStreamDcId(_broadcastDcId)
|
||||
).send();
|
||||
}
|
||||
|
||||
void GroupCall::requestCurrentTimeCancel(
|
||||
|
Reference in New Issue
Block a user