This repository was archived by the owner on Apr 26, 2024. It is now read-only.
File tree 3 files changed +9
-7
lines changed
3 files changed +9
-7
lines changed Original file line number Diff line number Diff line change
1
+ Remove workaround introduced in Synapse 1.50.0 for Mjolnir compatibility. Breaks compatibility with Mjolnir 1.3.1 and earlier.
Original file line number Diff line number Diff line change @@ -106,6 +106,14 @@ You will need to ensure `synctl` is on your `PATH`.
106
106
automatically, though you might need to activate a virtual environment
107
107
depending on how you installed Synapse.
108
108
109
+
110
+ # # Compatibility dropped for Mjolnir 1.3.1 and earlier
111
+
112
+ Synapse v1.55.0 drops support for Mjolnir 1.3.1 and earlier.
113
+ If you use the Mjolnir module to moderate your homeserver,
114
+ please upgrade Mjolnir to version 1.3.2 or later before upgrading Synapse.
115
+
116
+
109
117
# Upgrading to v1.54.0
110
118
111
119
# # Legacy structured logging configuration removal
Original file line number Diff line number Diff line change 31
31
if typing .TYPE_CHECKING :
32
32
pass
33
33
34
- # FIXME Mjolnir imports glob_to_regex from this file, but it was moved to
35
- # matrix_common.
36
- # As a temporary workaround, we import glob_to_regex here for
37
- # compatibility with current versions of Mjolnir.
38
- # See https://github.com/matrix-org/mjolnir/pull/174
39
- from matrix_common .regex import glob_to_regex # noqa
40
-
41
34
logger = logging .getLogger (__name__ )
42
35
43
36
You can’t perform that action at this time.
0 commit comments