2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-30 14:08:41 +00:00

Removed redundant buttons from profile of bot verification.

This commit is contained in:
23rd 2025-04-07 20:05:06 +03:00 committed by John Preston
parent df69a70dd7
commit 16a77e2975

View File

@ -2101,7 +2101,9 @@ Ui::MultiSlideTracker DetailsFiller::fillUserButtons(
tracker);
};
addSendMessageButton();
if (!user->isVerifyCodes()) {
addSendMessageButton();
}
addReportReaction(tracker);
return tracker;