summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2017-10-19 10:17:43 +0100
committerErik Johnston <erik@matrix.org>2017-10-19 10:17:43 +0100
commit161a862ffb250b5387f1a2c57e07e999ba00571e (patch)
tree53f7df0960c17ee81a5d4557c0431d4c0d8db2d0 /synapse
parentMerge pull request #2553 from matrix-org/rav/fix_500_on_event_send (diff)
downloadsynapse-161a862ffb250b5387f1a2c57e07e999ba00571e.tar.xz
Fix typo
Diffstat (limited to 'synapse')
-rw-r--r--synapse/groups/attestations.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/groups/attestations.py b/synapse/groups/attestations.py

index 5ef7a12cb7..02e2e17589 100644 --- a/synapse/groups/attestations.py +++ b/synapse/groups/attestations.py
@@ -126,7 +126,7 @@ class GroupAttestionRenewer(object): ) @defer.inlineCallbacks - def _renew_attestation(self, group_id, user_id): + def _renew_attestation(group_id, user_id): attestation = self.attestations.create_attestation(group_id, user_id) if self.hs.is_mine_id(group_id):