fix: spoiler formatting in reply
This commit is contained in:
parent
3b1ec4263b
commit
1db0ecc5d4
1 changed files with 1 additions and 0 deletions
|
|
@ -81,6 +81,7 @@ class ReplyContent extends StatelessWidget {
|
||||||
MatrixLocals(L10n.of(context)),
|
MatrixLocals(L10n.of(context)),
|
||||||
withSenderNamePrefix: false,
|
withSenderNamePrefix: false,
|
||||||
hideReply: true,
|
hideReply: true,
|
||||||
|
plaintextBody: true,
|
||||||
),
|
),
|
||||||
overflow: TextOverflow.ellipsis,
|
overflow: TextOverflow.ellipsis,
|
||||||
maxLines: 1,
|
maxLines: 1,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue