mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-29 12:53:35 +01:00
Don't search conversations if searching within conversation
This commit is contained in:
@@ -1718,7 +1718,7 @@ async function searchConversations(query, { limit } = {}) {
|
||||
name LIKE $name OR
|
||||
profileName LIKE $profileName
|
||||
)
|
||||
ORDER BY id ASC
|
||||
ORDER BY active_at DESC
|
||||
LIMIT $limit`,
|
||||
{
|
||||
$id: `%${query}%`,
|
||||
|
||||
Reference in New Issue
Block a user