We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1899fd8 commit ec4c7efCopy full SHA for ec4c7ef
1 file changed
src/backend/messages/settings.py
@@ -751,7 +751,7 @@ class Base(Configuration):
751
default=False, environ_name="FEATURE_AI_AUTOLABELS", environ_prefix=None
752
)
753
FEATURE_MESSAGE_TEMPLATES = values.BooleanValue(
754
- default=False, environ_name="FEATURE_MESSAGE_TEMPLATES", environ_prefix=None
+ default=True, environ_name="FEATURE_MESSAGE_TEMPLATES", environ_prefix=None
755
756
FEATURE_IMPORT_MESSAGES = values.BooleanValue(
757
default=True, environ_name="FEATURE_IMPORT_MESSAGES", environ_prefix=None
0 commit comments