mirror of
https://github.com/aljazceru/njump.git
synced 2025-12-17 06:14:22 +01:00
remove a unused function.
This commit is contained in:
2
utils.go
2
utils.go
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user