mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Fix legacy group service message in chats list.
This commit is contained in:
@@ -818,8 +818,9 @@ void HistoryService::updateDependentText() {
|
||||
|
||||
setServiceText(text);
|
||||
history()->owner().requestItemResize(this);
|
||||
if (history()->textCachedFor == this) {
|
||||
history()->textCachedFor = nullptr;
|
||||
const auto inDialogsHistory = history()->migrateToOrMe();
|
||||
if (inDialogsHistory->textCachedFor == this) {
|
||||
inDialogsHistory->textCachedFor = nullptr;
|
||||
}
|
||||
//if (const auto feed = history()->peer->feed()) { // #TODO archive
|
||||
// if (feed->textCachedFor == this) {
|
||||
|
Reference in New Issue
Block a user