mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +00:00
Use cloud-based settings for p2p in calls.
This commit is contained in:
@@ -124,6 +124,10 @@ void SetupPrivacy(not_null<Ui::VerticalLayout*> container) {
|
||||
lng_settings_calls,
|
||||
Privacy::Key::Calls,
|
||||
[] { return std::make_unique<CallsPrivacyController>(); });
|
||||
add(
|
||||
lng_settings_calls_peer_to_peer,
|
||||
Privacy::Key::CallsPeer2Peer,
|
||||
[] { return std::make_unique<CallsPeer2PeerPrivacyController>(); });
|
||||
add(
|
||||
lng_settings_groups_invite,
|
||||
Privacy::Key::Invites,
|
||||
|
Reference in New Issue
Block a user