We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcedbf3 commit 933e462Copy full SHA for 933e462
1 file changed
config.py
@@ -680,11 +680,6 @@ def _setup_strike_performed_manually_warning_location(cls) -> None:
680
681
@classmethod
682
def _setup_add_committee_to_threads(cls) -> None:
683
- """
684
- Add committee members to threads created in committee channels.
685
-
686
- A committee channel is any channel whose parent category has 'committee' in the name.
687
688
raw_add_committee_to_threads: str = str(
689
os.getenv("ADD_COMMITTEE_TO_THREADS", "True")
690
).lower()
0 commit comments