2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 22:55:11 +00:00

Version 4.15.1: Fix sending media albums.

This commit is contained in:
John Preston
2024-03-08 15:26:14 +04:00
parent c345b50ab7
commit 7c002cf8be

View File

@@ -511,6 +511,7 @@ void SendConfirmedFile(
.date = HistoryItem::NewMessageDate(file->to.options),
.shortcutId = file->to.options.shortcutId,
.postAuthor = messagePostAuthor,
.groupedId = groupId,
}, caption, media);
}