mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-02 05:06:51 +08:00
Some checks are pending
Licenses / run (push) Waiting to run
Linting / run (push) Waiting to run
Publish Assets / publish-assets (push) Waiting to run
Tests / core backend (push) Waiting to run
Tests / plugins backend (push) Waiting to run
Tests / core frontend (Chrome) (push) Waiting to run
Tests / plugins frontend (push) Waiting to run
Tests / themes frontend (push) Waiting to run
Tests / core system (push) Waiting to run
Tests / plugins system (push) Waiting to run
Tests / themes system (push) Waiting to run
Tests / core frontend (Firefox ESR) (push) Waiting to run
Tests / core frontend (Firefox Evergreen) (push) Waiting to run
Tests / chat system (push) Waiting to run
Tests / merge (push) Blocked by required conditions
We want to temporarily disable user tips and the Discobot welcome PM
on all sites by default until we have time to improve their
functionality, because
right now they create a lot of noise for new members and admins without
providing obvious benefits.
Existing sites which have customized any of these localization strings will have
`disable_discourse_narrative_bot_welcome_post` kept as `false`:
* system_messages.welcome_user.subject_template OR
* system_messages.welcome_user.text_body_template OR
* discourse_narrative_bot.new_user_narrative.hello.message
Followup revert 70859e277f.
25 lines
663 B
YAML
25 lines
663 B
YAML
plugins:
|
|
discourse_narrative_bot_enabled:
|
|
default: true
|
|
client: true
|
|
disable_discourse_narrative_bot_welcome_post:
|
|
default: true
|
|
discourse_narrative_bot_welcome_post_type:
|
|
default: 'new_user_track'
|
|
enum: 'DiscourseNarrativeBot::WelcomePostTypeSiteSetting'
|
|
discourse_narrative_bot_skip_tutorials:
|
|
default: ''
|
|
type: list
|
|
hidden: true
|
|
discourse_narrative_bot_welcome_post_delay:
|
|
default: 0
|
|
discourse_narrative_bot_ignored_usernames:
|
|
default: 'discourse'
|
|
type: list
|
|
discourse_narrative_bot_disable_public_replies:
|
|
default: false
|
|
|
|
uncategorized:
|
|
send_welcome_message:
|
|
default: false
|
|
hidden: true
|