Bridge doesn't connect to homeserver #41
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The bridge will fail to log in to recent Synapse homeservers, because the bridge uses an old version of
mautrix-python
that logs in via an outdated login type.Until I update the version of
mautrix-python
used by the bridge, this can be fixed manually. In the Python environment that runs the bridge, search formautrix/types/auth.py
, and change the value ofAPPSERVICE
on line 26 fromuk.half-shot.msc2778.login.application_service
tom.login.application_service
.