Merge pull request #2433 from denalena/denalena/spoilerReply

fix: spoiler formatting in reply
This commit is contained in:
Krille-chan 2025-12-18 16:08:26 +01:00 committed by GitHub
commit 174479a0b8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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,