mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 14:38:15 +00:00
Allow inviting contacts to voice chats.
This commit is contained in:
@@ -33,7 +33,7 @@ GroupCall::GroupCall(
|
||||
uint64 accessHash)
|
||||
: _id(id)
|
||||
, _accessHash(accessHash)
|
||||
, _peer(peer) // #TODO calls migration
|
||||
, _peer(peer)
|
||||
, _speakingByActiveFinishTimer([=] { checkFinishSpeakingByActive(); }) {
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user