Fixup sliding sync comment (#17531)
c.f. https://github.com/element-hq/synapse/pull/17529#discussion_r1705780925
This commit is contained in:
parent
1dfa59b238
commit
ceb3686dcd
|
@ -0,0 +1 @@
|
||||||
|
Fixup comment in sliding sync implementation.
|
|
@ -128,7 +128,7 @@ class Codes(str, Enum):
|
||||||
# MSC2677
|
# MSC2677
|
||||||
DUPLICATE_ANNOTATION = "M_DUPLICATE_ANNOTATION"
|
DUPLICATE_ANNOTATION = "M_DUPLICATE_ANNOTATION"
|
||||||
|
|
||||||
# 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
|
||||||
# connection.
|
# connection.
|
||||||
UNKNOWN_POS = "M_UNKNOWN_POS"
|
UNKNOWN_POS = "M_UNKNOWN_POS"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue