Chat List: Increase message truncation limit (#6544)

This commit is contained in:
zubiden 2025-12-22 22:54:05 +01:00 committed by Alexander Zinchuk
parent a6b913c49e
commit 61ec53ac2b

View File

@ -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,