2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Make SendingAlbum::Item::Item non-inline.

This commit is contained in:
John Preston
2021-11-17 20:00:00 +04:00
parent 3b2f6b893d
commit 53c15ed2ac
2 changed files with 5 additions and 2 deletions

View File

@@ -432,6 +432,10 @@ void SendingAlbum::removeItem(not_null<HistoryItem*> item) {
}
}
SendingAlbum::Item::Item(TaskId taskId)
: taskId(taskId) {
}
FileLoadResult::FileLoadResult(
TaskId taskId,
uint64 id,