fix: spoiler formatting in reply

This commit is contained in:
denalena 2025-12-16 23:05:22 +01:00 committed by dena
parent 3b1ec4263b
commit 1db0ecc5d4

View file

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