chore: do not humanize links

This commit is contained in:
Krille 2023-05-23 08:22:34 +02:00
commit ec9aff28c8
5 changed files with 5 additions and 0 deletions

View file

@ -278,6 +278,7 @@ class StoryView extends StatelessWidget {
? L10n.of(context)!.loadingPleaseWait
: event.content.tryGet<String>('body') ?? '',
textAlign: TextAlign.center,
options: const LinkifyOptions(humanize: false),
onOpen: (url) =>
UrlLauncher(context, url.url).launchUrl(),
linkStyle: TextStyle(