Open Web App: Check bot trusted when open from chat badge (#5618)

This commit is contained in:
Alexander Zinchuk 2025-02-13 14:28:15 +01:00
parent ae4fc89058
commit 76190b9f83
2 changed files with 0 additions and 2 deletions

View File

@ -104,7 +104,6 @@ const ChatBadge: FC<OwnProps> = ({
botId: chat.id,
peerId: chat.id,
theme,
shouldMarkBotTrusted: true,
});
});

View File

@ -91,7 +91,6 @@ const LeftSearchResultChat: FC<OwnProps & StateProps> = ({
botId: chatId,
peerId: chatId,
theme,
shouldMarkBotTrusted: true,
});
});