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:
@@ -490,7 +490,7 @@ PreparedShortInfoUserpic PrepareShortInfoFallbackUserpic(
|
||||
1,
|
||||
1,
|
||||
1))
|
||||
: rpl::never<UserPhotosSlice>();
|
||||
: (rpl::never<UserPhotosSlice>() | rpl::type_erased());
|
||||
auto process = [=](not_null<UserpicState*> state) {
|
||||
if (photoId) {
|
||||
ProcessFullPhoto(peer, state, peer->owner().photo(*photoId));
|
||||
|
Reference in New Issue
Block a user