mirror of https://github.com/zulip/zulip.git
onboarding: Remove welcome bot message.
The previous message that welcome bot sent with the bot commands has been removed in order to be more clear and concise to the user. Previously weclome bot also sent bot commands in intial message, this commit intends to remove those commands. Fixes part of #30049.
This commit is contained in:
parent
9ecaa6338d
commit
e41fda78d4
|
@ -94,15 +94,11 @@ Hello, and welcome to Zulip!👋 {inform_about_tracked_onboarding_messages_text}
|
|||
|
||||
{demo_organization_text}
|
||||
|
||||
I can also help you get set up! Just click anywhere on this message or press `r` to reply.
|
||||
|
||||
Here are a few messages I understand: {bot_commands}
|
||||
""").format(
|
||||
inform_about_tracked_onboarding_messages_text=inform_about_tracked_onboarding_messages_text,
|
||||
getting_started_text=getting_started_string,
|
||||
organization_setup_text=organization_setup_string,
|
||||
demo_organization_text=demo_organization_warning_string,
|
||||
bot_commands=bot_commands(),
|
||||
)
|
||||
|
||||
message_id = internal_send_private_message(
|
||||
|
|
Loading…
Reference in New Issue