-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added thread_creation_silent
#2887
Conversation
… functionality if desired
You forgot to add the config in |
… more consistent with the other names and added it to config_help.json
thread_auto_open_silently
thread_creation_silent
@@ -303,6 +303,17 @@ | |||
"See also: `thread_creation_title`, `thread_creation_response`, `thread_self_closable_creation_footer`, `thread_close_footer`." | |||
] | |||
}, | |||
"thread_creation_silent": { | |||
"default": "No", | |||
"description": "Setting this configuration will open a new thread silently by default.", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"description": "Setting this configuration will open a new thread silently by default.", | |
"description": "Setting this configuration will always open a new thread silently in contact.", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Config variable should be changed to thread_contact_silent
as it only affects contact
@@ -53,6 +53,7 @@ class ConfigManager: | |||
"thread_auto_close_response": "This thread has been closed automatically due to inactivity after {timeout}.", | |||
"thread_creation_response": "The staff team will get back to you as soon as possible.", | |||
"thread_creation_footer": "Your message has been sent", | |||
"thread_creation_silent": False, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it has to be added to booleans
too
Thanks for the contributions! This PR has been merged in a123bf6, not sure why the PR wasn't autoclosed. |
I just added
thread_auto_open_silently
with the default value 'false' as this allows for the users customisation on a recently changed feature.