Skip to content
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 room subscriptions to Sliding Sync /sync #17432

Merged
merged 47 commits into from
Jul 15, 2024

Commits on Jul 8, 2024

  1. Configuration menu
    Copy the full SHA
    9deb387 View commit details
    Browse the repository at this point in the history
  2. Add tests

    MadLittleMods committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    b0bb37f View commit details
    Browse the repository at this point in the history
  3. Add changelog

    MadLittleMods committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    b6e36ef View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6ef39dd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    32c5409 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9641ca7 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'madlittlemods/sliding-sync-room-name-avatar' into madli…

    …ttlemods/sliding-sync-heroes
    MadLittleMods committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    9692c76 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Merge branch 'develop' into madlittlemods/sliding-sync-heroes

    Conflicts:
    	synapse/handlers/sliding_sync.py
    MadLittleMods committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    ee9114c View commit details
    Browse the repository at this point in the history
  2. heroes is not required_state for now

    Discussion tracking this: matrix-org/matrix-spec-proposals#3575 (comment)
    
    It's also hard because we may not have any full membership events
    when you're the first one on your server to be invited to a new room over federation.
    MadLittleMods committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    f58d6fc View commit details
    Browse the repository at this point in the history
  3. Add changelog

    MadLittleMods committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    82bf80c View commit details
    Browse the repository at this point in the history
  4. Add tests

    MadLittleMods committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    10f8540 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    62925b6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b9f1eb1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e50bf86 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2fb77b3 View commit details
    Browse the repository at this point in the history
  9. Explain the order

    MadLittleMods committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    275da50 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6060408 View commit details
    Browse the repository at this point in the history
  11. Fix lint

    MadLittleMods committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    91cefaa View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. Configuration menu
    Copy the full SHA
    4205159 View commit details
    Browse the repository at this point in the history
  2. Add tests for is_dm

    MadLittleMods committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    1bd953b View commit details
    Browse the repository at this point in the history
  3. Add changelog

    MadLittleMods committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    8681b7d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    479dc07 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6f9ff15 View commit details
    Browse the repository at this point in the history
  6. Catch state resets

    MadLittleMods committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    de1b493 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    27df0ed View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. Configuration menu
    Copy the full SHA
    0b8ee4e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f157aab View commit details
    Browse the repository at this point in the history
  3. Add changelog

    MadLittleMods committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    25f7d44 View commit details
    Browse the repository at this point in the history
  4. Fix lints

    MadLittleMods committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    a912230 View commit details
    Browse the repository at this point in the history
  5. Split get_room_membership_for_user_at_to_token(...) from `filter_ro…

    …oms_relevant_for_sync(...)`
    MadLittleMods committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    6036a11 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5fd19bb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    868dcdc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a4753bf View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5583ac1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e2138b7 View commit details
    Browse the repository at this point in the history
  11. Merge branch 'develop' into madlittlemods/sliding-sync-rooms-is-dm

    Conflicts:
    	synapse/handlers/sliding_sync.py
    	tests/rest/client/test_sync.py
    MadLittleMods committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    8ffddd5 View commit details
    Browse the repository at this point in the history
  12. Fix merge

    MadLittleMods committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    2b7ec13 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5850e59 View commit details
    Browse the repository at this point in the history
  14. Merge branch 'madlittlemods/sliding-sync-rooms-is-dm' into madlittlem…

    …ods/room-subscriptions
    
    Conflicts:
    	synapse/handlers/sliding_sync.py
    	tests/handlers/test_sliding_sync.py
    MadLittleMods committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    a8dc7d0 View commit details
    Browse the repository at this point in the history
  15. Fix tests

    MadLittleMods committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    53a04fe View commit details
    Browse the repository at this point in the history
  16. Explain why optional

    MadLittleMods committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    7495430 View commit details
    Browse the repository at this point in the history
  17. Update comments

    MadLittleMods committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    d136f73 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    dc5b8ad View commit details
    Browse the repository at this point in the history
  19. Fix lints

    MadLittleMods committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    d433917 View commit details
    Browse the repository at this point in the history
  20. Add tests

    MadLittleMods committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    0bc4e36 View commit details
    Browse the repository at this point in the history
  21. Fix lints

    MadLittleMods committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    3fa59dd View commit details
    Browse the repository at this point in the history
  22. Merge branch 'develop' into madlittlemods/room-subscriptions

    Conflicts:
    	synapse/handlers/sliding_sync.py
    MadLittleMods committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    5baa1b8 View commit details
    Browse the repository at this point in the history