-
Notifications
You must be signed in to change notification settings - Fork 187
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add rooms.bump_stamp
to Sliding Sync /sync
for easier client-side sorting
#17395
Merged
Commits on Jul 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 32b30b4 - Browse repository at this point
Copy the full SHA 32b30b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a89eba - Browse repository at this point
Copy the full SHA 5a89ebaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c3207b - Browse repository at this point
Copy the full SHA 7c3207bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 176d023 - Browse repository at this point
Copy the full SHA 176d023View commit details -
Configuration menu - View commit details
-
Copy full SHA for aee9619 - Browse repository at this point
Copy the full SHA aee9619View commit details -
Also fixes problems when running with old Python (CI failure): https://github.com/element-hq/synapse/actions/runs/9786096129/job/27020394279?pr=17395 ``` builtins.AttributeError: 'Attribute' object has no attribute 'alias' ```
Configuration menu - View commit details
-
Copy full SHA for ef7a4d7 - Browse repository at this point
Copy the full SHA ef7a4d7View commit details
Commits on Jul 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b559bce - Browse repository at this point
Copy the full SHA b559bceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 812a6e0 - Browse repository at this point
Copy the full SHA 812a6e0View commit details -
Revert back to sorting by the latest event
See #17395 (comment) This better ensures that clients receive any new events regardless of what they are.
Configuration menu - View commit details
-
Copy full SHA for b59ccf7 - Browse repository at this point
Copy the full SHA b59ccf7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 341283a - Browse repository at this point
Copy the full SHA 341283aView commit details -
Configuration menu - View commit details
-
Copy full SHA for cee6091 - Browse repository at this point
Copy the full SHA cee6091View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc9f8a5 - Browse repository at this point
Copy the full SHA fc9f8a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 76dce98 - Browse repository at this point
Copy the full SHA 76dce98View commit details -
Merge branch 'develop' into madlittlemods/sliding-sync-bump-stamp
Conflicts: synapse/handlers/sliding_sync.py synapse/types/handlers/__init__.py
Configuration menu - View commit details
-
Copy full SHA for 793d7dc - Browse repository at this point
Copy the full SHA 793d7dcView commit details
Commits on Jul 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1cc2c6b - Browse repository at this point
Copy the full SHA 1cc2c6bView commit details -
Configuration menu - View commit details
-
Copy full SHA for fac17cb - Browse repository at this point
Copy the full SHA fac17cbView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.