2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Submit local Peer2PeerNobody setting to the cloud.

This commit is contained in:
John Preston
2018-11-04 20:51:59 +04:00
parent 8d27d8efcf
commit e737fa59b3
4 changed files with 22 additions and 34 deletions

View File

@@ -18,14 +18,6 @@ class Track;
namespace Calls {
enum class PeerToPeer {
DefaultContacts,
DefaultEveryone,
Everyone,
Contacts,
Nobody,
};
class Panel;
class Instance : private MTP::Sender, private Call::Delegate, private base::Subscriber, public base::has_weak_ptr {