2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

Respect invert_media in service notifications.

This commit is contained in:
John Preston
2023-10-25 23:25:55 +04:00
parent 17578be4b9
commit 041ec1157f
3 changed files with 21 additions and 10 deletions

View File

@@ -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;