0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-19 19:18:19 +02:00

add a comment

This commit is contained in:
Richard van der Hoff 2018-07-17 11:13:57 +01:00
parent 2731bf7ac3
commit 2172a3d8cb

View file

@ -291,6 +291,8 @@ def filter_events_for_server(store, server_name, events):
def include(typ, state_key):
if typ != EventTypes.Member:
return True
# we avoid using get_domain_from_id here for efficiency.
idx = state_key.find(":")
if idx == -1:
return False