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:
@@ -432,6 +432,10 @@ void SendingAlbum::removeItem(not_null<HistoryItem*> item) {
|
||||
}
|
||||
}
|
||||
|
||||
SendingAlbum::Item::Item(TaskId taskId)
|
||||
: taskId(taskId) {
|
||||
}
|
||||
|
||||
FileLoadResult::FileLoadResult(
|
||||
TaskId taskId,
|
||||
uint64 id,
|
||||
|
Reference in New Issue
Block a user