mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
Respect invert_media in service notifications.
This commit is contained in:
@@ -2071,7 +2071,10 @@ void Updates::feedUpdate(const MTPUpdate &update) {
|
||||
windows.front()->window().show(Ui::MakeInformBox(text));
|
||||
}
|
||||
} else {
|
||||
session().data().serviceNotification(text, d.vmedia());
|
||||
session().data().serviceNotification(
|
||||
text,
|
||||
d.vmedia(),
|
||||
d.is_invert_media());
|
||||
session().api().authorizations().reload();
|
||||
}
|
||||
} break;
|
||||
|
||||
Reference in New Issue
Block a user