Fix function call

pull/5484/head
Brendan Abolivier 2019-06-17 19:22:31 +01:00
parent 073dd7778e
commit 19a4298a51
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ class TchapEventRules(object):
else:
# We currently apply the default (restricted) if we don't know the rule, we
# might want to change that in the future.
ret = self._apply_restricted(event, state_events)
ret = self._apply_restricted(event)
return ret