Merge pull request #2433 from denalena/denalena/spoilerReply
fix: spoiler formatting in reply
This commit is contained in:
commit
174479a0b8
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