Skip to content

Commit ec4c7ef

Browse files
committed
🔧(settings) by default activate message template
1 parent 1899fd8 commit ec4c7ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/backend/messages/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -751,7 +751,7 @@ class Base(Configuration):
751751
default=False, environ_name="FEATURE_AI_AUTOLABELS", environ_prefix=None
752752
)
753753
FEATURE_MESSAGE_TEMPLATES = values.BooleanValue(
754-
default=False, environ_name="FEATURE_MESSAGE_TEMPLATES", environ_prefix=None
754+
default=True, environ_name="FEATURE_MESSAGE_TEMPLATES", environ_prefix=None
755755
)
756756
FEATURE_IMPORT_MESSAGES = values.BooleanValue(
757757
default=True, environ_name="FEATURE_IMPORT_MESSAGES", environ_prefix=None

0 commit comments

Comments
 (0)