mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 22:46:10 +00:00
Fix build with Xcode.
This commit is contained in:
@@ -228,7 +228,7 @@ inline auto DefaultRestrictionValue(
|
|||||||
: AmPremiumValue(&user->session());
|
: AmPremiumValue(&user->session());
|
||||||
}) | rpl::flatten_latest();
|
}) | rpl::flatten_latest();
|
||||||
if (other) {
|
if (other) {
|
||||||
return std::move(allowedAny);
|
return allowedAny;
|
||||||
}
|
}
|
||||||
const auto mask = UserDataFlag::VoiceMessagesForbidden;
|
const auto mask = UserDataFlag::VoiceMessagesForbidden;
|
||||||
return rpl::combine(
|
return rpl::combine(
|
||||||
|
Reference in New Issue
Block a user