diff --git a/src/components/left/main/ChatBadge.tsx b/src/components/left/main/ChatBadge.tsx index 73adf7744..7f6d3baf0 100644 --- a/src/components/left/main/ChatBadge.tsx +++ b/src/components/left/main/ChatBadge.tsx @@ -104,7 +104,6 @@ const ChatBadge: FC = ({ botId: chat.id, peerId: chat.id, theme, - shouldMarkBotTrusted: true, }); }); diff --git a/src/components/left/search/LeftSearchResultChat.tsx b/src/components/left/search/LeftSearchResultChat.tsx index bdcfc927e..dc6f92298 100644 --- a/src/components/left/search/LeftSearchResultChat.tsx +++ b/src/components/left/search/LeftSearchResultChat.tsx @@ -91,7 +91,6 @@ const LeftSearchResultChat: FC = ({ botId: chatId, peerId: chatId, theme, - shouldMarkBotTrusted: true, }); });