mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Fix build on macOS.
This commit is contained in:
parent
675ee9088f
commit
61ca619db4
1 changed files with 0 additions and 1 deletions
|
@ -948,7 +948,6 @@ void CreditsController::applySlice(const Data::CreditsStatusSlice &slice) {
|
||||||
delegate()->peerListUpdateRow(row);
|
delegate()->peerListUpdateRow(row);
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
using Type = Data::CreditsHistoryEntry::PeerType;
|
|
||||||
if (const auto peerId = PeerId(item.barePeerId)) {
|
if (const auto peerId = PeerId(item.barePeerId)) {
|
||||||
const auto peer = session().data().peer(peerId);
|
const auto peer = session().data().peer(peerId);
|
||||||
return std::make_unique<CreditsRow>(peer, descriptor);
|
return std::make_unique<CreditsRow>(peer, descriptor);
|
||||||
|
|
Loading…
Add table
Reference in a new issue