This commit is contained in:
Benoit Marty 2021-12-31 17:35:53 +01:00
parent 5bfba837c1
commit a80f8b96c1

View File

@ -35,9 +35,11 @@ import javax.inject.Inject
import javax.inject.Singleton
@Singleton
class EventHtmlRenderer @Inject constructor(htmlConfigure: MatrixHtmlPluginConfigure,
context: Context,
private val vectorPreferences: VectorPreferences) {
class EventHtmlRenderer @Inject constructor(
htmlConfigure: MatrixHtmlPluginConfigure,
context: Context,
vectorPreferences: VectorPreferences
) {
interface PostProcessor {
fun afterRender(renderedText: Spannable)