Skip to content

Commit

Permalink
Update mautrix-python
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Jun 15, 2023
1 parent 1223c03 commit 8d741f4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion mautrix_googlechat/example-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ appservice:

# The full URI to the database. SQLite and Postgres are supported.
# Format examples:
# SQLite: sqlite:///filename.db
# SQLite: sqlite:filename.db
# Postgres: postgres://username:password@hostname/dbname
database: postgres://username:password@hostname/db
# Additional arguments for asyncpg.create_pool() or sqlite3.connect()
Expand Down Expand Up @@ -197,6 +197,10 @@ bridge:
# default.
messages: 100

# Disable rotating keys when a user's devices change?
# You should not enable this option unless you understand all the implications.
disable_device_change_key_rotation: false

# Whether or not the bridge should send a read receipt from the bridge bot when a message has
# been sent to Google Chat.
delivery_receipts: false
Expand Down
2 changes: 1 addition & 1 deletion optional-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pycryptodome>=3,<4
unpaddedbase64>=1,<3

#/metrics
prometheus_client>=0.6,<0.17
prometheus_client>=0.6,<0.18

#/sqlite
aiosqlite>=0.16,<0.20
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ ruamel.yaml>=0.15.94,<0.18
commonmark>=0.8,<0.10
python-magic>=0.4,<0.5
protobuf>=3,<4
mautrix>=0.19.14,<0.20
mautrix==0.20.0rc1

0 comments on commit 8d741f4

Please sign in to comment.