0
0
Fork 1
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:
Erik Johnston 2024-08-07 10:32:36 +01:00 committed by GitHub
parent 1dfa59b238
commit ceb3686dcd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

1
changelog.d/17531.misc Normal file
View file

@ -0,0 +1 @@
Fixup comment in sliding sync implementation.

View file

@ -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"