aboutsummaryrefslogtreecommitdiffhomepage
path: root/td/telegram/ChatManager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'td/telegram/ChatManager.cpp')
-rw-r--r--td/telegram/ChatManager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/td/telegram/ChatManager.cpp b/td/telegram/ChatManager.cpp
index 99a8f87ca..7b52cf8be 100644
--- a/td/telegram/ChatManager.cpp
+++ b/td/telegram/ChatManager.cpp
@@ -7644,7 +7644,7 @@ void ChatManager::on_update_channel_status(Channel *c, ChannelId channel_id, Dia
status = c->is_admined_monoforum && !td_->auth_manager_->is_bot()
? DialogParticipantStatus::Administrator(
AdministratorRights(true, true, false, false, false, false, false, false, false, false, false,
- false, false, false, false, false, false, ChannelType::Megagroup),
+ false, false, false, false, false, false, false, ChannelType::Megagroup),
string(), false)
: DialogParticipantStatus::Member(0, string());
} else {