fix: cleanup

pull/3083/head
William Grant 10 months ago
parent 9e9fffd9d2
commit 0a6b0d6950

@ -714,7 +714,7 @@ function searchConversations(query: string) {
displayNameInProfile LIKE $displayNameInProfile OR
nickname LIKE $nickname OR
(id LIKE $id AND
(displayNameInProfile IS NULL OR displayNameInProfile = '') AND (nickname IS NULL OR nickname = '')
(displayNameInProfile IS NULL OR displayNameInProfile = '') AND (nickname IS NULL OR nickname = '')
)
) AND active_at > 0
ORDER BY active_at DESC

Loading…
Cancel
Save