diff --git a/src/components/common/MessageSummary.tsx b/src/components/common/MessageSummary.tsx index 8a3811d4f..80ae5167e 100644 --- a/src/components/common/MessageSummary.tsx +++ b/src/components/common/MessageSummary.tsx @@ -64,6 +64,7 @@ function MessageSummary({ observeIntersectionForLoading={observeIntersectionForLoading} observeIntersectionForPlaying={observeIntersectionForPlaying} withTranslucentThumbs={withTranslucentThumbs} + truncateLength={truncateLength} /> ); }