mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -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)
|
||||
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 ?
|
||||
|
Loading…
Reference in New Issue
Block a user