mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-12 04:52:26 +01:00
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
2 changed files with 2 additions and 1 deletions
1
changelog.d/17531.misc
Normal file
1
changelog.d/17531.misc
Normal file
|
@ -0,0 +1 @@
|
|||
Fixup comment in sliding sync implementation.
|
|
@ -128,7 +128,7 @@ class Codes(str, Enum):
|
|||
# MSC2677
|
||||
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.
|
||||
UNKNOWN_POS = "M_UNKNOWN_POS"
|
||||
|
||||
|
|
Loading…
Reference in a new issue