mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Add context menu support to info members list.
This commit is contained in:
@@ -308,7 +308,7 @@ void ApiWrap::gotChatFull(PeerData *peer, const MTPmessages_ChatFull &result, mt
|
||||
} break;
|
||||
}
|
||||
}
|
||||
auto newPhotoId = 0;
|
||||
auto newPhotoId = PhotoId(0);
|
||||
if (auto photo = App::feedPhoto(f.vchat_photo)) {
|
||||
newPhotoId = photo->id;
|
||||
photo->peer = chat;
|
||||
|
Reference in New Issue
Block a user