From c42248670d76f36058fef122658fafe1e2b2cc70 Mon Sep 17 00:00:00 2001 From: Joffrey JAFFEUX Date: Sat, 30 Nov 2024 00:42:20 +0100 Subject: [PATCH] FIX: increase chat thread title limit (#30006) This will ensure AI generated titles don't appear as out of range in the UI and also allow users to set longer titles. The limit in DB was already 100 so it's just a simple frontend change. --- .../discourse/components/chat/modal/thread-settings.gjs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/chat/assets/javascripts/discourse/components/chat/modal/thread-settings.gjs b/plugins/chat/assets/javascripts/discourse/components/chat/modal/thread-settings.gjs index 4cf9bba0218..f4e2280e539 100644 --- a/plugins/chat/assets/javascripts/discourse/components/chat/modal/thread-settings.gjs +++ b/plugins/chat/assets/javascripts/discourse/components/chat/modal/thread-settings.gjs @@ -66,13 +66,13 @@ export default class ChatModalThreadSettings extends Component {
- {{this.threadTitleLength}}/50 + {{this.threadTitleLength}}/100
{{#if this.currentUser.admin}}