mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2025-08-13 08:25:29 -04:00
scanning
This commit is contained in:
parent
e5f1619c65
commit
752392c02e
39 changed files with 1025 additions and 435 deletions
|
@ -45,7 +45,7 @@ class ContactListWidget extends ConsumerWidget {
|
|||
element.editedProfile.name
|
||||
.toLowerCase()
|
||||
.contains(lowerValue) ||
|
||||
element.editedProfile.title
|
||||
element.editedProfile.pronouns
|
||||
.toLowerCase()
|
||||
.contains(lowerValue))
|
||||
.toList();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue