Chat: Fix redundant emoji when media preview is present
This commit is contained in:
parent
6929cccea1
commit
4419cb031d
@ -380,7 +380,12 @@ function renderSummary(
|
||||
lang: LangFn, message: ApiMessage, observeIntersection?: ObserveFn, blobUrl?: string, isRoundVideo?: boolean,
|
||||
) {
|
||||
const messageSummary = (
|
||||
<MessageSummary lang={lang} message={message} observeIntersectionForLoading={observeIntersection} />
|
||||
<MessageSummary
|
||||
lang={lang}
|
||||
message={message}
|
||||
noEmoji={Boolean(blobUrl)}
|
||||
observeIntersectionForLoading={observeIntersection}
|
||||
/>
|
||||
);
|
||||
|
||||
if (!blobUrl) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user