Fix documentation on PermalinkService

This commit is contained in:
Arnaud Ringenbach 2022-03-15 14:54:24 +01:00
parent c7aab7a3f6
commit a68471afe3

View file

@ -97,7 +97,7 @@ interface PermalinkService {
*
* @param forceMatrixTo whether we should force using matrix.to base URL
*
* @return the HTML template
* @return the Markdown template
*/
fun createMdMentionSpanTemplate(forceMatrixTo: Boolean = false): String
}