[merge] Fix removing reply fallbacks before rendering

Change-Id: Id3427fdcdd5be1715ca31bfe1764544a4f08d80d
This commit is contained in:
SpiritCroc 2023-02-11 08:33:05 +01:00
parent a48ce4b18c
commit 6a2f318c1d

View file

@ -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))