We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dfa59b commit ceb3686Copy full SHA for ceb3686
changelog.d/17531.misc
@@ -0,0 +1 @@
1
+Fixup comment in sliding sync implementation.
synapse/api/errors.py
@@ -128,7 +128,7 @@ class Codes(str, Enum):
128
# MSC2677
129
DUPLICATE_ANNOTATION = "M_DUPLICATE_ANNOTATION"
130
131
- # MSC3575 we are telling the client they need to reset their sliding sync
+ # MSC3575 we are telling the client they need to expire their sliding sync
132
# connection.
133
UNKNOWN_POS = "M_UNKNOWN_POS"
134
0 commit comments