mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Always show check marks on outgoing service messages.
This commit is contained in:
@@ -792,9 +792,7 @@ bool HistoryService::updateDependencyItem() {
|
||||
}
|
||||
|
||||
bool HistoryService::needCheck() const {
|
||||
return out()
|
||||
&& ((GetDependentData() != nullptr)
|
||||
|| Has<HistoryServiceSelfDestruct>());
|
||||
return out() && !isEmpty();
|
||||
}
|
||||
|
||||
QString HistoryService::inDialogsText(DrawInDialog way) const {
|
||||
|
Reference in New Issue
Block a user