mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Allow accepting video userpic suggestions.
This commit is contained in:
@@ -95,6 +95,8 @@ struct FileReferenceAccumulator {
|
||||
data.vaction().match(
|
||||
[&](const MTPDmessageActionChatEditPhoto &data) {
|
||||
push(data.vphoto());
|
||||
}, [&](const MTPDmessageActionSuggestProfilePhoto &data) {
|
||||
push(data.vphoto());
|
||||
}, [](const auto &data) {
|
||||
});
|
||||
}, [](const MTPDmessageEmpty &data) {
|
||||
|
Reference in New Issue
Block a user