Skip to content
Snippets Groups Projects
Commit 4d039aa2 authored by Erik Johnston's avatar Erik Johnston
Browse files

Fix sqlite

parent 21e255a8
No related branches found
No related tags found
No related merge requests found
......@@ -368,7 +368,7 @@ class UserDirectoryStore(SQLBaseStore):
INNER JOIN users_in_pubic_room USING (user_id)
WHERE value MATCH ?
ORDER BY
rank(matchinfo(user_directory)) DESC,
rank(matchinfo(user_directory_search)) DESC,
display_name IS NULL,
avatar_url IS NULL
LIMIT ?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment