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

@ -129,6 +129,7 @@ class ChatDetailsView extends StatelessWidget {
text: room.topic.isEmpty
? L10n.of(context)!.addGroupDescription
: room.topic,
options: const LinkifyOptions(humanize: false),
linkStyle:
const TextStyle(color: Colors.blueAccent),
style: TextStyle(