mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-30 22:16:14 +00:00
Removed call button from history with service user.
This commit is contained in:
@@ -1101,7 +1101,9 @@ void TopBarWidget::updateControlsVisibility() {
|
||||
const auto callsEnabled = [&] {
|
||||
if (const auto peer = _activeChat.key.peer()) {
|
||||
if (const auto user = peer->asUser()) {
|
||||
return !user->isSelf() && !user->isBot();
|
||||
return !user->isSelf()
|
||||
&& !user->isBot()
|
||||
&& !peer->isServiceUser();
|
||||
}
|
||||
}
|
||||
return false;
|
||||
|
Reference in New Issue
Block a user