2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-30 22:16:14 +00:00

Slightly optimized name of methods in data notify settings.

This commit is contained in:
23rd
2022-04-05 09:16:16 +03:00
parent c04a0e42a7
commit 9950452e57
13 changed files with 60 additions and 75 deletions

View File

@@ -198,13 +198,13 @@ System::SkipState System::computeSkipState(
}
if (messageNotification) {
history->owner().notifySettings().requestNotifySettings(
history->owner().notifySettings().request(
history->peer);
} else if (notifyBy->blockStatus() == PeerData::BlockStatus::Unknown) {
notifyBy->updateFull();
}
if (notifyBy) {
history->owner().notifySettings().requestNotifySettings(notifyBy);
history->owner().notifySettings().request(notifyBy);
}
if (messageNotification