2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

Begin of EditPeerBox redesigning.

- Moved buttons from ManageGroupBox to EditPeerBox.
 - Added counting of permissions.
This commit is contained in:
23rd
2019-03-15 11:20:12 +03:00
committed by John Preston
parent 3a5bad4b7a
commit 0f3ec47074
9 changed files with 442 additions and 16 deletions

View File

@@ -338,6 +338,8 @@ private:
namespace Data {
std::vector<ChatRestrictions> ListOfRestrictions();
std::optional<LangKey> RestrictionErrorKey(
not_null<PeerData*> peer,
ChatRestriction restriction);