Skip to content

Commit

Permalink
Fixup sliding sync comment (#17531)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikjohnston authored Aug 7, 2024
1 parent 1dfa59b commit ceb3686
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.d/17531.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fixup comment in sliding sync implementation.
2 changes: 1 addition & 1 deletion synapse/api/errors.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit ceb3686

Please sign in to comment.