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

Moved user privacy from ApiWrap to Api::UserPrivacy.

This commit is contained in:
23rd
2021-07-31 17:11:53 +03:00
committed by John Preston
parent ac86f3e5bd
commit 5bd73bab9b
13 changed files with 439 additions and 390 deletions

View File

@@ -54,7 +54,6 @@ public:
using Exception = EditPrivacyBox::Exception;
Key key() override;
MTPInputPrivacyKey apiKey() override;
rpl::producer<QString> title() override;
rpl::producer<QString> optionsTitleKey() override;
@@ -86,7 +85,6 @@ public:
explicit LastSeenPrivacyController(not_null<::Main::Session*> session);
Key key() override;
MTPInputPrivacyKey apiKey() override;
rpl::producer<QString> title() override;
rpl::producer<QString> optionsTitleKey() override;
@@ -111,7 +109,6 @@ public:
using Exception = EditPrivacyBox::Exception;
Key key() override;
MTPInputPrivacyKey apiKey() override;
rpl::producer<QString> title() override;
bool hasOption(Option option) override;
@@ -129,7 +126,6 @@ public:
using Exception = EditPrivacyBox::Exception;
Key key() override;
MTPInputPrivacyKey apiKey() override;
rpl::producer<QString> title() override;
rpl::producer<QString> optionsTitleKey() override;
@@ -150,7 +146,6 @@ public:
using Exception = EditPrivacyBox::Exception;
Key key() override;
MTPInputPrivacyKey apiKey() override;
rpl::producer<QString> title() override;
rpl::producer<QString> optionsTitleKey() override;
@@ -174,7 +169,6 @@ public:
not_null<Window::SessionController*> controller);
Key key() override;
MTPInputPrivacyKey apiKey() override;
rpl::producer<QString> title() override;
rpl::producer<QString> optionsTitleKey() override;
@@ -208,7 +202,6 @@ public:
using Exception = EditPrivacyBox::Exception;
Key key() override;
MTPInputPrivacyKey apiKey() override;
rpl::producer<QString> title() override;
bool hasOption(Option option) override;