Message Text: Only use shared canvas with 3+ custom emojis

This commit is contained in:
Alexander Zinchuk 2022-11-13 18:17:17 +04:00
parent 43d7377230
commit bbc0f2e871

View File

@ -21,7 +21,7 @@ interface OwnProps {
shouldRenderAsHtml?: boolean;
}
const MIN_CUSTOM_EMOJIS_FOR_SHARED_CANVAS = 1;
const MIN_CUSTOM_EMOJIS_FOR_SHARED_CANVAS = 3;
function MessageText({
message,