diff --git a/app/assets/javascripts/discourse/app/templates/topic.hbs b/app/assets/javascripts/discourse/app/templates/topic.hbs index c14399e29cc..1e817eb528e 100644 --- a/app/assets/javascripts/discourse/app/templates/topic.hbs +++ b/app/assets/javascripts/discourse/app/templates/topic.hbs @@ -149,14 +149,6 @@ class="edit-topic" title={{i18n "edit"}} >{{d-icon "pencil-alt"}} - - {{#if (eq this.siteSettings.welcome_topic_id this.model.id)}} - - {{/if}} {{/if}} ## %{site_title} + > + > %{site_description} + Here are some things you can do to get started: :speaking_head: **Introduce yourself** by adding your picture and information about yourself and your interests to [your profile](%{base_path}/my/preferences/account). What is one thing you’d like to be asked about? diff --git a/config/site_settings.yml b/config/site_settings.yml index 75c2e561b8a..4d3777c4a0c 100644 --- a/config/site_settings.yml +++ b/config/site_settings.yml @@ -2491,7 +2491,6 @@ uncategorized: welcome_topic_id: default: -1 hidden: true - client: true admin_quick_start_topic_id: default: -1 hidden: true diff --git a/spec/requests/api/schemas/json/site_response.json b/spec/requests/api/schemas/json/site_response.json index 3e215cc38f6..516b2bc2722 100644 --- a/spec/requests/api/schemas/json/site_response.json +++ b/spec/requests/api/schemas/json/site_response.json @@ -241,9 +241,6 @@ }, "suggested_topics": { "type": "integer" - }, - "welcome_topic": { - "type": "integer" } }, "required": [