mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 14:38:15 +00:00
Prepare dialogs to hold a history or a feed.
This commit is contained in:
@@ -775,7 +775,8 @@ void HistoryService::updateDependentText() {
|
||||
history()->textCachedFor = nullptr;
|
||||
}
|
||||
if (App::main()) {
|
||||
App::main()->dlgUpdated(history()->peer, id);
|
||||
// #TODO feeds dialogs
|
||||
App::main()->dlgUpdated(history(), id);
|
||||
}
|
||||
App::historyUpdateDependent(this);
|
||||
}
|
||||
|
Reference in New Issue
Block a user