2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +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

@@ -1908,7 +1908,7 @@ void Updates::feedUpdate(const MTPUpdate &update) {
case mtpc_updateNotifySettings: {
auto &d = update.c_updateNotifySettings();
session().data().notifySettings().applyNotifySetting(
session().data().notifySettings().apply(
d.vpeer(),
d.vnotify_settings());
} break;