Better wording

pull/5363/head
Brendan Abolivier 2019-06-10 11:35:54 +01:00
parent 4914a88829
commit 028f674cd3
No known key found for this signature in database
GPG Key ID: 1E015C145F1916CD
1 changed files with 1 additions and 1 deletions

View File

@ -196,7 +196,7 @@ class Auth(object):
Args:
request - An HTTP request with an access_token query parameter.
allow_expired - Whether to allow the request through even if the account is
expired. If true, Synapse will still require the access token to be
expired. If true, Synapse will still require an access token to be
provided but won't check if the account it belongs to has expired. This
works thanks to /login delivering access tokens regardless of accounts'
expiration.