Bug fix
This commit is contained in:
parent
a81b8ba4d3
commit
c9cf3fa615
1 changed files with 0 additions and 3 deletions
|
|
@ -429,9 +429,6 @@ async def main():
|
||||||
"device_id": client.device_id
|
"device_id": client.device_id
|
||||||
}, f)
|
}, f)
|
||||||
|
|
||||||
# Start the crypto machine
|
|
||||||
await client.crypto.start()
|
|
||||||
|
|
||||||
# Bootstrap Cross-Signing and Key Recovery using the environment variable
|
# Bootstrap Cross-Signing and Key Recovery using the environment variable
|
||||||
recovery_key = os.getenv("MATRIX_RECOVERY_KEY")
|
recovery_key = os.getenv("MATRIX_RECOVERY_KEY")
|
||||||
if recovery_key and client.crypto:
|
if recovery_key and client.crypto:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue