Skip to content
This repository was archived by the owner on Mar 2, 2024. It is now read-only.

Commit 543b50e

Browse files
committed
Update mautrix-python and Alpine version
1 parent 352d410 commit 543b50e

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM docker.io/alpine:3.17
1+
FROM docker.io/alpine:3.18
22

33
RUN apk add --no-cache \
44
python3 py3-pip py3-setuptools py3-wheel \

mautrix_facebook/example-config.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,10 @@ bridge:
322322
delete_on_device_delete: false
323323
# Periodically delete megolm sessions when 2x max_age has passed since receiving the session.
324324
periodically_delete_expired: false
325+
# Delete inbound megolm sessions that don't have the received_at field used for
326+
# automatic ratcheting and expired session deletion. This is meant as a migration
327+
# to delete old keys prior to the bridge update.
328+
delete_outdated_inbound: false
325329
# What level of device verification should be required from users?
326330
#
327331
# Valid levels:

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ asyncpg>=0.20,<0.28
44
ruamel.yaml>=0.15.94,<0.18
55
commonmark>=0.8,<0.10
66
python-magic>=0.4,<0.5
7-
mautrix==0.20.0rc1
7+
mautrix>=0.20.0,<0.21
88
pycryptodome>=3,<4
99
paho-mqtt>=1.5,<2
1010
zstandard

0 commit comments

Comments
 (0)