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:
@@ -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
|
||||
|
Reference in New Issue
Block a user