mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-15 21:57:10 +02:00
Version 5.6: Fix builds.
This commit is contained in:
parent
1f21af0bdb
commit
8310230582
4 changed files with 3 additions and 4 deletions
|
@ -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, {});
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -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
|
Loading…
Add table
Reference in a new issue