[merge] Fix removing reply fallbacks before rendering
Change-Id: Id3427fdcdd5be1715ca31bfe1764544a4f08d80d
This commit is contained in:
parent
a48ce4b18c
commit
6a2f318c1d
@ -304,10 +304,10 @@ class EventHtmlRenderer @Inject constructor(
|
||||
|
||||
|
||||
private fun buildMarkwon() = Markwon.builder(context)
|
||||
.usePlugin(removeMxReplyFallbackPlugin)
|
||||
.usePlugin(HtmlRootTagPlugin())
|
||||
.usePlugin(HtmlPlugin.create(htmlConfigure))
|
||||
.usePlugin(themePlugin)
|
||||
.usePlugin(removeMxReplyFallbackPlugin)
|
||||
.usePlugin(adjustEmoticonHeight)
|
||||
.usePlugin(removeLeadingNewlineForInlineCode)
|
||||
.usePlugin(DetailsTagPostProcessor(this))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user