Add profileName to left pane search terms

Co-authored-by: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com>
This commit is contained in:
automated-signal
2026-03-25 12:29:46 -05:00
committed by GitHub
parent bf0149263b
commit 8fe5243236

View File

@@ -42,6 +42,10 @@ const FUSE_OPTIONS: Fuse.IFuseOptions<ConversationType> = {
name: 'name',
weight: 1,
},
{
name: 'profileName',
weight: 1,
},
{
name: 'username',
weight: 1,