mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +00:00
Correctly track General editing service messages.
This commit is contained in:
@@ -1216,6 +1216,9 @@ void History::applyServiceChanges(
|
||||
if (const auto closed = data.vclosed()) {
|
||||
topic->setClosed(mtpIsTrue(*closed));
|
||||
}
|
||||
if (const auto hidden = data.vhidden()) {
|
||||
topic->setHidden(mtpIsTrue(*hidden));
|
||||
}
|
||||
}
|
||||
}, [](const auto &) {
|
||||
});
|
||||
|
Reference in New Issue
Block a user