2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-30 22:25:12 +00:00

Fix legacy group service message in chats list.

This commit is contained in:
John Preston
2020-11-19 16:47:12 +03:00
parent 639e6d8e28
commit a086afb152
2 changed files with 3 additions and 4 deletions

View File

@@ -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) {

View File

@@ -579,8 +579,6 @@ void MainWindow::psTrayMenuUpdated() {
#ifndef DESKTOP_APP_DISABLE_DBUS_INTEGRATION
void MainWindow::setSNITrayIcon(int counter, bool muted) {
const auto iconName = GetTrayIconName(counter, muted);
if (IsIndicatorApplication()) {
if (!IsIconRegenerationNeeded(counter, muted)
&& _trayIconFile