Flip broken setting
This commit is contained in:
parent
03140181c2
commit
29a791af8b
@ -29383,7 +29383,7 @@ void MessagesManager::send_update_chat_last_message_impl(const Dialog *d, const
|
||||
return;
|
||||
}
|
||||
|
||||
if (!G()->shared_config().get_option_boolean("ignore_update_chat_last_message")) {
|
||||
if (G()->shared_config().get_option_boolean("ignore_update_chat_last_message")) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user