Merge commit '1db0ecc5d4901f69e5c15fe58ab8d3f02ad888d9' into fluffychat-merge-2

This commit is contained in:
ggurdin 2026-02-05 16:37:14 -05:00
commit bd3d4ef09d
No known key found for this signature in database
GPG key ID: A01CB41737CBB478

View file

@ -98,6 +98,7 @@ class ReplyContent extends StatelessWidget {
MatrixLocals(L10n.of(context)),
withSenderNamePrefix: false,
hideReply: true,
plaintextBody: true,
),
overflow: TextOverflow.ellipsis,
maxLines: 1,