From 61ec53ac2b7752386e1d36ac6121a327a87ebde5 Mon Sep 17 00:00:00 2001 From: zubiden <19638254+zubiden@users.noreply.github.com> Date: Mon, 22 Dec 2025 22:54:05 +0100 Subject: [PATCH] Chat List: Increase message truncation limit (#6544) --- src/global/helpers/messageSummary.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/global/helpers/messageSummary.ts b/src/global/helpers/messageSummary.ts index 70ac572f4..13fdbabaf 100644 --- a/src/global/helpers/messageSummary.ts +++ b/src/global/helpers/messageSummary.ts @@ -13,7 +13,7 @@ import { } from './messages'; const SPOILER_CHARS = ['⠺', '⠵', '⠞', '⠟']; -export const TRUNCATED_SUMMARY_LENGTH = 80; +export const TRUNCATED_SUMMARY_LENGTH = 200; export function getMessageSummaryText( lang: LangFn,