mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-02 08:13:37 +01:00
Add profileName to left pane search terms
Co-authored-by: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com>
This commit is contained in:
@@ -42,6 +42,10 @@ const FUSE_OPTIONS: Fuse.IFuseOptions<ConversationType> = {
|
||||
name: 'name',
|
||||
weight: 1,
|
||||
},
|
||||
{
|
||||
name: 'profileName',
|
||||
weight: 1,
|
||||
},
|
||||
{
|
||||
name: 'username',
|
||||
weight: 1,
|
||||
|
||||
Reference in New Issue
Block a user