mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 14:38:15 +00:00
Fix build with Xcode.
This commit is contained in:
@@ -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(
|
||||
|
Reference in New Issue
Block a user