mirror of
https://github.com/element-hq/synapse.git
synced 2024-12-20 19:10:45 +03:00
fix broken method call
This commit is contained in:
parent
84ca716c6b
commit
097d2d75de
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ class ResourceLimitsServerNotices(object):
|
|||
elif not currently_blocked and is_auth_blocking:
|
||||
# Room is not notifying of a block, when it ought to be.
|
||||
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:
|
||||
logger.error("Error sending resource limits server notice: %s", e)
|
||||
|
|
Loading…
Reference in a new issue