mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 22:54:01 +02:00
Fix build with Xcode.
This commit is contained in:
parent
05d4d58f8b
commit
9f43719075
1 changed files with 1 additions and 1 deletions
|
@ -1614,7 +1614,7 @@ void Members::setupAddMember(not_null<GroupCall*> call) {
|
||||||
_call->joinAsValue()
|
_call->joinAsValue()
|
||||||
) | rpl::map([=](bool can, not_null<PeerData*> joinAs) {
|
) | rpl::map([=](bool can, not_null<PeerData*> joinAs) {
|
||||||
return can && joinAs->isSelf();
|
return can && joinAs->isSelf();
|
||||||
});
|
}) | rpl::type_erased();
|
||||||
};
|
};
|
||||||
const auto canInviteByLinkByPeer = [=](not_null<PeerData*> peer) {
|
const auto canInviteByLinkByPeer = [=](not_null<PeerData*> peer) {
|
||||||
const auto channel = peer->asChannel();
|
const auto channel = peer->asChannel();
|
||||||
|
|
Loading…
Add table
Reference in a new issue