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

Load albums of last chat messages.

This commit is contained in:
John Preston
2021-10-04 23:37:55 +04:00
parent 576883ddc8
commit 730412fefe
14 changed files with 253 additions and 122 deletions

View File

@@ -804,7 +804,7 @@ void Notification::updateNotifyDisplay() {
p.setTextPalette(st::dialogsTextPalette);
p.setPen(st::dialogsTextFg);
p.setFont(st::dialogsTextFont);
const auto text = _item // #TODO minis use images
const auto text = _item
? _item->toPreview({
.hideSender = reminder,
.generateImages = false,