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

Commit

Permalink
Update mautrix-python and Alpine version
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Jul 16, 2023
1 parent 352d410 commit 543b50e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/alpine:3.17
FROM docker.io/alpine:3.18

RUN apk add --no-cache \
python3 py3-pip py3-setuptools py3-wheel \
Expand Down
4 changes: 4 additions & 0 deletions mautrix_facebook/example-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,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:
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ asyncpg>=0.20,<0.28
ruamel.yaml>=0.15.94,<0.18
commonmark>=0.8,<0.10
python-magic>=0.4,<0.5
mautrix==0.20.0rc1
mautrix>=0.20.0,<0.21
pycryptodome>=3,<4
paho-mqtt>=1.5,<2
zstandard

0 comments on commit 543b50e

Please sign in to comment.