diff --git a/mobile/lib/pages/select_contact_page.dart b/mobile/lib/pages/select_contact_page.dart index e1c66c9..dff6b72 100644 --- a/mobile/lib/pages/select_contact_page.dart +++ b/mobile/lib/pages/select_contact_page.dart @@ -327,9 +327,7 @@ class _SelectContactPageState extends State { (thread) => _buildContactTile( id: thread.id, displayName: thread.title, - username: thread.title - .replaceAll(' ', '') - .toLowerCase(), + username: thread.username ?? "", ), ), ],