summaryrefslogtreecommitdiff
path: root/synapse/crypto/keyring.py
diff options
context:
space:
mode:
authorAndrej Shadura <andrewsh@debian.org>2022-04-06 12:20:37 +0200
committerAndrej Shadura <andrewsh@debian.org>2022-04-06 12:20:37 +0200
commit02eb467b57bf21597094de52232c93d5f4a38b7d (patch)
treeffd4742d5a98d999cf7a7fa6b4474df696169203 /synapse/crypto/keyring.py
parent71eade9dd9a73148f44cbd0044c691447ae12caa (diff)
New upstream version 1.56.0
Diffstat (limited to 'synapse/crypto/keyring.py')
-rw-r--r--synapse/crypto/keyring.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/crypto/keyring.py b/synapse/crypto/keyring.py
index 93d56c07..6cf384f6 100644
--- a/synapse/crypto/keyring.py
+++ b/synapse/crypto/keyring.py
@@ -182,7 +182,7 @@ class Keyring:
vk = get_verify_key(hs.signing_key)
self._local_verify_keys[f"{vk.alg}:{vk.version}"] = FetchKeyResult(
verify_key=vk,
- valid_until_ts=2 ** 63, # fake future timestamp
+ valid_until_ts=2**63, # fake future timestamp
)
async def verify_json_for_server(