diff options
author | Matthew Hodgson <matthew@matrix.org> | 2018-07-04 19:24:13 +0200 |
---|---|---|
committer | Matthew Hodgson <matthew@matrix.org> | 2018-07-10 12:08:09 +0100 |
commit | 4ea391a6aeb1dbc4e886fd738959ad3bb94bb888 (patch) | |
tree | 35086d78de0aba60f39758ce7e2ccd8cac9bb219 /synapse/groups/attestations.py | |
parent | Merge pull request #3497 from matrix-org/rav/measure_fetch_event_loop (diff) | |
download | synapse-4ea391a6aeb1dbc4e886fd738959ad3bb94bb888.tar.xz |
typo (i think)
Diffstat (limited to 'synapse/groups/attestations.py')
-rw-r--r-- | synapse/groups/attestations.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/groups/attestations.py b/synapse/groups/attestations.py index 09a5fbd44a..21eb7e550c 100644 --- a/synapse/groups/attestations.py +++ b/synapse/groups/attestations.py @@ -23,7 +23,7 @@ If a user leaves (or gets kicked out of) a group, either side can still use their attestation to "prove" their membership, until the attestation expires. Therefore attestations shouldn't be relied on to prove membership in important cases, but can for less important situtations, e.g. showing a users membership -of groups on their profile, showing flairs, etc.abs +of groups on their profile, showing flairs, etc. An attestsation is a signed blob of json that looks like: |