mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 14:38:15 +00:00
Render confcall messages as phone calls.
This commit is contained in:
@@ -236,7 +236,6 @@ void Instance::startOrJoinConferenceCall(StartConferenceCallArgs args) {
|
||||
args.migrating ? args.linkSlug : QString());
|
||||
|
||||
const auto session = &args.call->peer()->session();
|
||||
const auto showShareLink = args.migrating && args.invite.empty();
|
||||
auto call = std::make_unique<GroupCall>(
|
||||
_delegate.get(),
|
||||
Calls::Group::ConferenceInfo{
|
||||
|
Reference in New Issue
Block a user