mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-02 15:35:51 +00:00
Handle migration to supergroups in boxes.
This commit is contained in:
@@ -310,7 +310,7 @@ void DialogsWidget::createDialog(Dialogs::Key key) {
|
||||
if (const auto migrated = App::historyLoaded(
|
||||
history->peer->migrateFrom())) {
|
||||
if (migrated->inChatList(Dialogs::Mode::All)) {
|
||||
removeDialog(migrated);
|
||||
_inner->removeDialog(migrated);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user