Message Text: Only use shared canvas with 3+ custom emojis
This commit is contained in:
parent
43d7377230
commit
bbc0f2e871
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user