remove a unused function.

This commit is contained in:
fiatjaf
2024-09-16 15:50:37 -03:00
parent a91d5165fe
commit eec737cbc7
3 changed files with 2 additions and 16 deletions

View File

@@ -343,7 +343,7 @@ func renderQuotesAsHTML(ctx context.Context, input string, usingTelegramInstantV
var content string
if event.Kind == 30023 {
content = mdToHTML(event.Content, usingTelegramInstantView, false)
content = mdToHTML(event.Content, usingTelegramInstantView)
} else {
content = basicFormatting(event.Content, false, usingTelegramInstantView, false)
}