renderTextWithEntities: Add missing parameter (#4047)
This commit is contained in:
parent
0c5a40bfc1
commit
1ae6261f84
@ -363,7 +363,7 @@ function processEntity({
|
||||
|
||||
function renderNestedMessagePart() {
|
||||
return renderMessagePart(
|
||||
renderedContent, highlight, undefined, undefined, isSimple,
|
||||
renderedContent, highlight, undefined, emojiSize, undefined, isSimple,
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user