mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 14:38:15 +00:00
Track chat business bot state.
This commit is contained in:
@@ -1943,7 +1943,7 @@ void Updates::feedUpdate(const MTPUpdate &update) {
|
||||
const auto &d = update.c_updatePeerSettings();
|
||||
const auto peerId = peerFromMTP(d.vpeer());
|
||||
if (const auto peer = session().data().peerLoaded(peerId)) {
|
||||
peer->setSettings(d.vsettings());
|
||||
peer->setBarSettings(d.vsettings());
|
||||
}
|
||||
} break;
|
||||
|
||||
|
Reference in New Issue
Block a user