mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-03 16:15:13 +00:00
Version 4.15.1: Fix sending media albums.
This commit is contained in:
@@ -511,6 +511,7 @@ void SendConfirmedFile(
|
|||||||
.date = HistoryItem::NewMessageDate(file->to.options),
|
.date = HistoryItem::NewMessageDate(file->to.options),
|
||||||
.shortcutId = file->to.options.shortcutId,
|
.shortcutId = file->to.options.shortcutId,
|
||||||
.postAuthor = messagePostAuthor,
|
.postAuthor = messagePostAuthor,
|
||||||
|
.groupedId = groupId,
|
||||||
}, caption, media);
|
}, caption, media);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user