Version 5.6: Fix builds.

This commit is contained in:
John Preston 2024-10-05 21:09:40 +04:00
parent 1f21af0bdb
commit 8310230582
4 changed files with 3 additions and 4 deletions

View file

@ -4515,7 +4515,6 @@ void HistoryInner::reportAsGroup(FullMsgId itemId) {
return i->fullId().msg;
}) | ranges::to_vector)
: std::vector<MsgId>{ 1, itemId.msg };
const auto peer = item->history()->peer;
ShowReportMessageBox(_controller->uiShow(), _peer, ids, {});
}
}

View file

@ -107,7 +107,7 @@ void ProcessCreditsReceipt(
const auto entry = Data::CreditsHistoryEntry{
.id = receipt->id,
.title = receipt->title,
.description = receipt->description,
.description = { receipt->description },
.date = base::unixtime::parse(receipt->date),
.photoId = receipt->photo ? receipt->photo->id : 0,
.credits = receipt->credits,

View file

@ -1390,7 +1390,7 @@ void CreditsPrizeBox(
Data::CreditsHistoryEntry{
.id = data.slug,
.title = QString(),
.description = QString(),
.description = TextWithEntities(),
.date = base::unixtime::parse(date),
.credits = uint64(data.count),
.barePeerId = data.channel

@ -1 +1 @@
Subproject commit a4103f097af0999d0d020016d6afcb770af726b1
Subproject commit 579fe7df27509ebfd14397375ad1e40876f873f8