mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Support separate message type group restrictions.
This commit is contained in:
@@ -112,7 +112,6 @@ public:
|
||||
[[nodiscard]] bool isBot() const;
|
||||
[[nodiscard]] bool isSupport() const;
|
||||
[[nodiscard]] bool isInaccessible() const;
|
||||
[[nodiscard]] bool canWrite() const;
|
||||
[[nodiscard]] bool applyMinPhoto() const;
|
||||
[[nodiscard]] bool hasPersonalPhoto() const;
|
||||
|
||||
@@ -120,7 +119,6 @@ public:
|
||||
[[nodiscard]] bool canAddContact() const;
|
||||
|
||||
[[nodiscard]] bool canReceiveGifts() const;
|
||||
[[nodiscard]] bool canReceiveVoices() const;
|
||||
|
||||
// In Data::Session::processUsers() we check only that.
|
||||
// When actually trying to share contact we perform
|
||||
|
Reference in New Issue
Block a user