We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1279c2 commit c286da0Copy full SHA for c286da0
lib/ui/chat/chat_management/add_to_group_screen.dart
@@ -167,10 +167,6 @@ class _AddToGroupScreenState extends ConsumerState<AddToGroupScreen> {
167
}
168
169
// Ensure we always have a contact (in case getUserProfileData returns null)
170
- contactToAdd ??= ContactModel(
171
- displayName: 'Unknown User',
172
- publicKey: widget.contactNpub,
173
- );
174
175
if (!mounted) return;
176
0 commit comments