mirror of
https://github.com/element-hq/synapse.git
synced 2024-12-20 19:10:45 +03:00
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:
commit
1e1afccacb
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue