mirror of
https://github.com/element-hq/synapse.git
synced 2026-05-14 01:45:11 +00:00
14c24c9037
Annoyingly, `current_state_events` table can include rejected events, in which case the membership column will be null. To work around this lets just always filter out null membership for now.