mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
Don't show checks for incoming service messages.
This commit is contained in:
@@ -792,8 +792,9 @@ bool HistoryService::updateDependencyItem() {
|
||||
}
|
||||
|
||||
bool HistoryService::needCheck() const {
|
||||
return (GetDependentData() != nullptr)
|
||||
|| Has<HistoryServiceSelfDestruct>();
|
||||
return out()
|
||||
&& ((GetDependentData() != nullptr)
|
||||
|| Has<HistoryServiceSelfDestruct>());
|
||||
}
|
||||
|
||||
QString HistoryService::inDialogsText(DrawInDialog way) const {
|
||||
|
||||
Reference in New Issue
Block a user