fix broken method call

This commit is contained in:
Neil Johnson 2019-10-23 15:30:36 +01:00
parent 84ca716c6b
commit 097d2d75de

View file

@ -120,7 +120,7 @@ class ResourceLimitsServerNotices(object):
elif not currently_blocked and is_auth_blocking: elif not currently_blocked and is_auth_blocking:
# Room is not notifying of a block, when it ought to be. # Room is not notifying of a block, when it ought to be.
yield self._apply_limit_block_notification( yield self._apply_limit_block_notification(
user_id, event_body, event_limit_type, ref_events user_id, event_body, event_limit_type
) )
except SynapseError as e: except SynapseError as e:
logger.error("Error sending resource limits server notice: %s", e) logger.error("Error sending resource limits server notice: %s", e)