Skip to content

Commit da306f9

Browse files
committed
Introduce thread close reponse variables
1 parent cb7fa98 commit da306f9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

core/config.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ class ConfigManager(ConfigManagerABC):
2727
# threads
2828
'sent_emoji', 'blocked_emoji', 'close_emoji', 'disable_recipient_thread_close',
2929
'thread_creation_response', 'thread_creation_footer', 'thread_creation_title',
30-
'thread_close_footer', 'thread_close_title',
30+
'thread_close_footer', 'thread_close_title', 'thread_close_response',
31+
'thread_self_close_response',
3132

3233
# moderation
3334
'recipient_color', 'mod_tag', 'mod_color',

0 commit comments

Comments
 (0)