mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-01 23:25:15 +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 {
|
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 {
|
||||||
|
Reference in New Issue
Block a user