WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit e1b181e

Browse files
committed
Update mautrix-python to support MSC4190
1 parent cc6a915 commit e1b181e

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

mautrix_telegram/example-config.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,8 +272,15 @@ bridge:
272272
# Default to encryption, force-enable encryption in all portals the bridge creates
273273
# This will cause the bridge bot to be in private chats for the encryption to work properly.
274274
default: false
275-
# Whether to use MSC2409/MSC3202 instead of /sync long polling for receiving encryption-related data.
275+
# Whether to use MSC3202/MSC4203 instead of /sync long polling for receiving encryption-related data.
276+
# This option is not yet compatible with standard Matrix servers like Synapse and should not be used.
277+
# Changing this option requires updating the appservice registration file.
276278
appservice: false
279+
# Whether to use MSC4190 instead of appservice login to create the bridge bot device.
280+
# Requires the homeserver to support MSC4190 and the device masquerading parts of MSC3202.
281+
# Only relevant when using end-to-bridge encryption, required when using encryption with next-gen auth (MSC3861).
282+
# Changing this option requires updating the appservice registration file.
283+
msc4190: false
277284
# Require encryption, drop any unencrypted messages.
278285
require: false
279286
# Enable key sharing? If enabled, key requests for rooms where users are in will be fulfilled.

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ python-magic>=0.4,<0.5
33
commonmark>=0.8,<0.10
44
aiohttp>=3,<4
55
yarl>=1,<2
6-
mautrix>=0.20.6,<0.21
6+
mautrix>=0.20.8b1,<0.21
77
tulir-telethon==1.37.0a1
88
asyncpg>=0.20,<1
99
mako>=1,<2

0 commit comments

Comments
 (0)