mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-07 23:53:58 +02:00
Don't show checks for incoming service messages.
This commit is contained in:
parent
417428b21d
commit
ff9bf23461
1 changed files with 3 additions and 2 deletions
|
@ -792,8 +792,9 @@ bool HistoryService::updateDependencyItem() {
|
||||||
}
|
}
|
||||||
|
|
||||||
bool HistoryService::needCheck() const {
|
bool HistoryService::needCheck() const {
|
||||||
return (GetDependentData() != nullptr)
|
return out()
|
||||||
|| Has<HistoryServiceSelfDestruct>();
|
&& ((GetDependentData() != nullptr)
|
||||||
|
|| Has<HistoryServiceSelfDestruct>());
|
||||||
}
|
}
|
||||||
|
|
||||||
QString HistoryService::inDialogsText(DrawInDialog way) const {
|
QString HistoryService::inDialogsText(DrawInDialog way) const {
|
||||||
|
|
Loading…
Add table
Reference in a new issue