2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-30 22:25:12 +00:00

Support empty group placeholder for creators.

This commit is contained in:
John Preston
2019-01-15 18:13:20 +04:00
parent 2a0b9a44dd
commit 2a5bcd3eec
9 changed files with 131 additions and 11 deletions

View File

@@ -24,8 +24,6 @@ public:
not_null<PeerData*> peer,
base::flat_set<not_null<UserData*>> &&alreadyIn);
using ContactsBoxController::ContactsBoxController;
void rowClicked(not_null<PeerListRow*> row) override;
void itemDeselectedHook(not_null<PeerData*> peer) override;

View File

@@ -14,8 +14,6 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
#include "base/weak_ptr.h"
#include "info/profile/info_profile_members_controllers.h"
struct MegagroupInfo;
namespace Window {
class Navigation;
} // namespace Window