mirror of
https://github.com/element-hq/synapse.git
synced 2024-12-15 17:51:10 +00:00
9d911b0da6
This helps with the upstream `is_host_joined()` and `is_host_invited()` functions. `membership` was added to `current_state_events` in https://github.com/matrix-org/synapse/pull/5706 and forced in https://github.com/matrix-org/synapse/pull/13745
1 line
171 B
Text
1 line
171 B
Text
Remove redundant table join with `room_memberships` when doing a `is_host_joined()`/`is_host_invited()` call (`membership` is already part of the `current_state_events`).
|