Skip to content

Commit ceb3686

Browse files
authored
Fixup sliding sync comment (#17531)
c.f. #17529 (comment)
1 parent 1dfa59b commit ceb3686

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

changelog.d/17531.misc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fixup comment in sliding sync implementation.

synapse/api/errors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ class Codes(str, Enum):
128128
# MSC2677
129129
DUPLICATE_ANNOTATION = "M_DUPLICATE_ANNOTATION"
130130

131-
# MSC3575 we are telling the client they need to reset their sliding sync
131+
# MSC3575 we are telling the client they need to expire their sliding sync
132132
# connection.
133133
UNKNOWN_POS = "M_UNKNOWN_POS"
134134

0 commit comments

Comments
 (0)