mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Fix create group box.
This commit is contained in:
parent
28570b45e3
commit
a45d088ee4
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ void AddParticipantsBoxController::subscribeToMigration() {
|
||||||
}
|
}
|
||||||
|
|
||||||
void AddParticipantsBoxController::rowClicked(not_null<PeerListRow*> row) {
|
void AddParticipantsBoxController::rowClicked(not_null<PeerListRow*> row) {
|
||||||
const auto &serverConfig = _peer->session().serverConfig();
|
const auto &serverConfig = session().serverConfig();
|
||||||
auto count = fullCount();
|
auto count = fullCount();
|
||||||
auto limit = _peer && (_peer->isChat() || _peer->isMegagroup())
|
auto limit = _peer && (_peer->isChat() || _peer->isMegagroup())
|
||||||
? serverConfig.megagroupSizeMax
|
? serverConfig.megagroupSizeMax
|
||||||
|
|
Loading…
Add table
Reference in a new issue