mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-14 13:17:08 +02:00
Fix build with Xcode.
This commit is contained in:
parent
e5cda0e2b1
commit
3829ed5880
1 changed files with 1 additions and 1 deletions
|
@ -228,7 +228,7 @@ inline auto DefaultRestrictionValue(
|
|||
: AmPremiumValue(&user->session());
|
||||
}) | rpl::flatten_latest();
|
||||
if (other) {
|
||||
return std::move(allowedAny);
|
||||
return allowedAny;
|
||||
}
|
||||
const auto mask = UserDataFlag::VoiceMessagesForbidden;
|
||||
return rpl::combine(
|
||||
|
|
Loading…
Add table
Reference in a new issue