Skip to content

Commit 85fb916

Browse files
committed
Merge branch 'add-and-remove-member-from-group' of https://github.com/parres-hq/whitenoise_flutter into add-and-remove-member-from-group
2 parents 07db503 + 97bc6b7 commit 85fb916

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ui/chat/chat_info/add_group_members_screen.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ class _AddGroupMembersScreenState extends ConsumerState<AddGroupMembersScreen> w
5959
final originalText = _searchController.text;
6060
String processedText = originalText;
6161

62-
// Only remove whitespace if it looks like a public key (starts with npub or is hex-like)
62+
// Only remove whitespace if it looks like a public key (starts with npub)
6363
if (originalText.startsWith('npub')) {
6464
processedText = originalText.replaceAll(RegExp(r'\s+'), '');
6565

0 commit comments

Comments
 (0)