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 16, 2023
1 parent b3aa7e5 commit 9406759
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion mautrix_twitter/example-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,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 @@ -228,6 +228,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 to explicitly set the avatar and room name for private chat portal rooms.
# If set to `default`, this will be enabled in encrypted rooms and disabled in unencrypted rooms.
# If set to `always`, all DM rooms will have explicit names and avatars set.
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 @@ -4,5 +4,5 @@ commonmark>=0.8,<0.10
aiohttp>=3,<4
yarl>=1,<2
attrs>=20.1
mautrix>=0.19.14,<0.20
mautrix==0.20.0rc1
asyncpg>=0.20,<0.28

0 comments on commit 9406759

Please sign in to comment.