mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
Fix sqlite
This commit is contained in:
parent
21e255a8f1
commit
4d039aa2ca
@ -368,7 +368,7 @@ class UserDirectoryStore(SQLBaseStore):
|
|||||||
INNER JOIN users_in_pubic_room USING (user_id)
|
INNER JOIN users_in_pubic_room USING (user_id)
|
||||||
WHERE value MATCH ?
|
WHERE value MATCH ?
|
||||||
ORDER BY
|
ORDER BY
|
||||||
rank(matchinfo(user_directory)) DESC,
|
rank(matchinfo(user_directory_search)) DESC,
|
||||||
display_name IS NULL,
|
display_name IS NULL,
|
||||||
avatar_url IS NULL
|
avatar_url IS NULL
|
||||||
LIMIT ?
|
LIMIT ?
|
||||||
|
Loading…
Reference in New Issue
Block a user