mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-01-16 18:43:10 -06:00
oops
This commit is contained in:
parent
5ff6aef43c
commit
26c432c56d
|
|
@ -67,7 +67,7 @@ const selectJoinedHostsForRoomsSQL = "" +
|
|||
"SELECT DISTINCT server_name FROM federationsender_joined_hosts WHERE room_id = ANY($1)"
|
||||
|
||||
const selectJoinedHostsForRoomsExcludingBlacklistedSQL = "" +
|
||||
"SELECT DISTINCT server_name FROM federationsender_joined_hosts j WHERE room_id = ANY('{!OGEhHVWSdvArJzumhm:matrix.org}') AND NOT EXISTS (" +
|
||||
"SELECT DISTINCT server_name FROM federationsender_joined_hosts j WHERE room_id = ANY($1) AND NOT EXISTS (" +
|
||||
" SELECT server_name FROM federationsender_blacklist WHERE j.server_name = server_name" +
|
||||
");"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue