bots: Display full user profile modal for bots.

This commit can display a full user profile modal for bots too,
by clicking on "View Full Profile" in the profile info popover
same as normal users.

Fixes part of: #21402
This commit is contained in:
Yogesh Sirsat
2022-08-24 17:16:25 +05:30
committed by Tim Abbott
parent 180a9cbdcb
commit 23fbd38b4c
6 changed files with 107 additions and 41 deletions

View File

@@ -190,7 +190,6 @@ test_ui("sender_hover", ({override, mock_template}) => {
sent_by_uri: "#narrow/sender/42-alice",
private_message_class: "respond_personal_button",
show_email: false,
show_user_profile: true,
is_me: false,
is_active: true,
is_bot: undefined,