Chat List: Increase message truncation limit (#6544)
This commit is contained in:
parent
a6b913c49e
commit
61ec53ac2b
@ -13,7 +13,7 @@ import {
|
|||||||
} from './messages';
|
} from './messages';
|
||||||
|
|
||||||
const SPOILER_CHARS = ['⠺', '⠵', '⠞', '⠟'];
|
const SPOILER_CHARS = ['⠺', '⠵', '⠞', '⠟'];
|
||||||
export const TRUNCATED_SUMMARY_LENGTH = 80;
|
export const TRUNCATED_SUMMARY_LENGTH = 200;
|
||||||
|
|
||||||
export function getMessageSummaryText(
|
export function getMessageSummaryText(
|
||||||
lang: LangFn,
|
lang: LangFn,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user