aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mastodon/tptrans/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/mastodon/tptrans/main.go b/mastodon/tptrans/main.go
index 5c93cb6..90f9740 100644
--- a/mastodon/tptrans/main.go
+++ b/mastodon/tptrans/main.go
@@ -72,7 +72,7 @@ func main() {
continue
}
- text, err := html2text.FromString(s.Content, html2text.Options{PrettyTables: true})
+ text, err := html2text.FromString(s.Content, html2text.Options{OmitLinks: true})
if err != nil {
ln.Error(ctx, err)
continue