Update channel background from ChannelFull.
This commit is contained in:
parent
88b2781685
commit
fabcce43c6
@ -13627,6 +13627,8 @@ void ContactsManager::on_get_chat_full(tl_object_ptr<telegram_api::ChatFull> &&c
|
||||
td_->messages_manager_->on_update_dialog_notify_settings(DialogId(channel_id), std::move(channel->notify_settings_),
|
||||
"on_get_channel_full");
|
||||
|
||||
td_->messages_manager_->on_update_dialog_background(DialogId(channel_id), std::move(channel->wallpaper_));
|
||||
|
||||
td_->messages_manager_->on_update_dialog_available_reactions(DialogId(channel_id),
|
||||
std::move(channel->available_reactions_));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user