Merge branch 'neilj/disable-mau-alerting-for-small-instances' of github.com:matrix-org/synapse into neilj/disable-mau-alerting-for-small-instances

This commit is contained in:
Neil Johnson 2019-10-22 17:19:43 +01:00
commit 1e1afccacb

View file

@ -132,7 +132,7 @@ class ResourceLimitsServerNotices(object):
Args:
user_id (str): user to notify
ref_events ([]): The list of pinned events that are unrelated to
ref_events (list[str]): The event_ids of pinned events that are unrelated to
limit blocking and need to be preserved.
"""
content = {"pinned": ref_events}