Update mautrix-python

This commit is contained in:
Tulir Asokan
2023-06-25 13:47:01 +03:00
parent b5c294a558
commit f2194c6f33
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -291,6 +291,10 @@ bridge:
delete_on_device_delete: false
# Periodically delete megolm sessions when 2x max_age has passed since receiving the session.
periodically_delete_expired: false
# Delete inbound megolm sessions that don't have the received_at field used for
# automatic ratcheting and expired session deletion. This is meant as a migration
# to delete old keys prior to the bridge update.
delete_outdated_inbound: false
# What level of device verification should be required from users?
#
# Valid levels:
+1 -1
View File
@@ -3,7 +3,7 @@ python-magic>=0.4,<0.5
commonmark>=0.8,<0.10
aiohttp>=3,<4
yarl>=1,<2
mautrix==0.20.0rc1
mautrix>=0.20.0,<0.21
tulir-telethon==1.29.0a2
asyncpg>=0.20,<0.28
mako>=1,<2