mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 14:38:15 +00:00
Respect wallpaper_overriden flag.
This commit is contained in:
@@ -1195,7 +1195,8 @@ void History::applyServiceChanges(
|
||||
}, [&](const MTPDmessageActionSetChatWallPaper &data) {
|
||||
if (item->out() || data.is_for_both()) {
|
||||
peer->setWallPaper(
|
||||
Data::WallPaper::Create(&session(), data.vwallpaper()));
|
||||
Data::WallPaper::Create(&session(), data.vwallpaper()),
|
||||
!item->out() && data.is_for_both());
|
||||
}
|
||||
}, [&](const MTPDmessageActionChatJoinedByRequest &data) {
|
||||
processJoinedPeer(item->from());
|
||||
|
Reference in New Issue
Block a user