mirror of
https://github.com/discourse/discourse-solved.git
synced 2025-03-09 14:37:15 +00:00
Previously, we won't send any notification to the original poster when a staff user marked a post as the solution on behalf of OP.
24 lines
484 B
YAML
24 lines
484 B
YAML
plugins:
|
|
solved_enabled:
|
|
default: true
|
|
client: true
|
|
allow_solved_on_all_topics:
|
|
default: false
|
|
client: true
|
|
accept_all_solutions_trust_level:
|
|
default: 4
|
|
client: true
|
|
empty_box_on_unsolved:
|
|
default: false
|
|
client: true
|
|
solved_quote_length:
|
|
default: 300
|
|
client: false
|
|
solved_topics_auto_close_hours:
|
|
default: 0
|
|
show_filter_by_solved_status:
|
|
default: false
|
|
client: true
|
|
notify_on_staff_accept_solved:
|
|
default: false
|