2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Simple profile page for Verification Codes.

This commit is contained in:
John Preston
2024-09-26 10:55:08 +04:00
parent 39fb0a5b66
commit da49efa1ed
2 changed files with 2 additions and 2 deletions

View File

@@ -2084,7 +2084,7 @@ void ActionsFiller::fillUserActions(not_null<UserData*> user) {
addEditContactAction(user);
addDeleteContactAction(user);
}
if (!user->isSelf() && !user->isSupport()) {
if (!user->isSelf() && !user->isSupport() && !user->isVerifyCodes()) {
if (user->isBot()) {
addBotCommandActions(user);
}