diff options
author | Erik Johnston <erik@matrix.org> | 2019-03-21 15:31:31 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2019-03-21 15:31:34 +0000 |
commit | f5c944c7f24ebdd6353b64bb8ee339f8a4942a1b (patch) | |
tree | 58fb1cfeb27d92d863dce4e90bf7b1959eb0a764 /synapse/events | |
parent | Update sample config (diff) | |
download | synapse-f5c944c7f24ebdd6353b64bb8ee339f8a4942a1b.tar.xz |
Fix comments
Diffstat (limited to 'synapse/events')
-rw-r--r-- | synapse/events/spamcheck.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/synapse/events/spamcheck.py b/synapse/events/spamcheck.py index 107c2e1f35..92aaa05e79 100644 --- a/synapse/events/spamcheck.py +++ b/synapse/events/spamcheck.py @@ -57,8 +57,8 @@ class SpamChecker(object): invitee_userid (str|None): The user ID of the invitee. Is None if this is a third party invite and the 3PID is not bound to a user ID. - invitee_userid (dict|None): If a third party invite then is a dict - containing the medium and address of the invitee. + third_party_invite (dict|None): If a third party invite then is a + dict containing the medium and address of the invitee. room_id (str) new_room (bool): Wether the user is being invited to the room as part of a room creation, if so the invitee would have been |