mirror of
https://github.com/matrix-org/synapse.git
synced 2025-11-01 08:41:57 +01:00
Add m.room.member type to query
This commit is contained in:
parent
88a4d54883
commit
f6124311fd
@ -266,7 +266,7 @@ class RoomMemberStore(SQLBaseStore):
|
|||||||
" ON m.event_id = c.event_id "
|
" ON m.event_id = c.event_id "
|
||||||
" AND m.room_id = c.room_id "
|
" AND m.room_id = c.room_id "
|
||||||
" AND m.user_id = c.state_key"
|
" AND m.user_id = c.state_key"
|
||||||
" WHERE %(where)s"
|
" WHERE c.type = 'm.room.member' AND %(where)s"
|
||||||
) % {
|
) % {
|
||||||
"where": where_clause,
|
"where": where_clause,
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user