Fix build

This commit is contained in:
Ali
2023-11-14 17:05:00 +04:00
parent 0a01a6fae3
commit fb22bac6ae
3 changed files with 3 additions and 3 deletions

View File

@@ -18284,7 +18284,7 @@ public final class ChatControllerImpl: TelegramBaseController, ChatController, G
guard let strongSelf = self, let peerId else {
return
}
let _ = strongSelf.context.engine.themes.setChatWallpaper(peerId: peerId, wallpaper: nil).startStandalone()
let _ = strongSelf.context.engine.themes.setChatWallpaper(peerId: peerId, wallpaper: nil, forBoth: false).startStandalone()
},
completion: { [weak self] emoticon in
guard let strongSelf = self, let peerId else {