Action Message: Fix pinned message length (#2177)

This commit is contained in:
Alexander Zinchuk 2022-12-01 12:45:26 +01:00
parent 62c0749505
commit 19428fbec6

View File

@ -64,6 +64,7 @@ function MessageSummary({
observeIntersectionForLoading={observeIntersectionForLoading}
observeIntersectionForPlaying={observeIntersectionForPlaying}
withTranslucentThumbs={withTranslucentThumbs}
truncateLength={truncateLength}
/>
);
}