From 5d87dc0ece46375e582da95a26e9a857b323c386 Mon Sep 17 00:00:00 2001 From: Matt Grogan Date: Tue, 3 Oct 2023 09:19:25 -0500 Subject: [PATCH] Help new users discover communities (#4484) --- .../canisters/local_user_index/impl/src/updates/register_user.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/canisters/local_user_index/impl/src/updates/register_user.rs b/backend/canisters/local_user_index/impl/src/updates/register_user.rs index 746ee8cc3f..094e75219a 100644 --- a/backend/canisters/local_user_index/impl/src/updates/register_user.rs +++ b/backend/canisters/local_user_index/impl/src/updates/register_user.rs @@ -257,6 +257,7 @@ fn welcome_messages() -> Vec { the future you'll be able to ask me questions or send me commands.", "Please join the [OpenChat](/community/dgegb-daaaa-aaaar-arlhq-cai) community to find out more about OpenChat, take \ part in governance, request new features, report bugs or just chat.", + "To discover more communities click the \"Explore communities\" icon near the bottom of the navigation bar or [follow this link](/communities).", ]; WELCOME_MESSAGES.iter().map(|t| t.to_string()).collect()