mirror of
https://github.com/telegramdesktop/tdesktop
synced 2024-12-29 01:52:48 +00:00
Fix create group box.
This commit is contained in:
parent
28570b45e3
commit
a45d088ee4
@ -88,7 +88,7 @@ void AddParticipantsBoxController::subscribeToMigration() {
|
||||
}
|
||||
|
||||
void AddParticipantsBoxController::rowClicked(not_null<PeerListRow*> row) {
|
||||
const auto &serverConfig = _peer->session().serverConfig();
|
||||
const auto &serverConfig = session().serverConfig();
|
||||
auto count = fullCount();
|
||||
auto limit = _peer && (_peer->isChat() || _peer->isMegagroup())
|
||||
? serverConfig.megagroupSizeMax
|
||||
|
Loading…
Reference in New Issue
Block a user