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

sdk: Allow to track ambiguity changes per-room #3062

Merged
merged 7 commits into from
Feb 5, 2024

Commits on Jan 30, 2024

  1. base: Add room member ID to AmbiguityChange

    Makes AmbiguityChange easier to use, especially outside of SyncResponse,
    where we might not have the m.room.member event.
    
    Signed-off-by: Kévin Commaille <[email protected]>
    zecakeh committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    ef322cc View commit details
    Browse the repository at this point in the history
  2. sdk: Add integration test for ambiguity changes

    Signed-off-by: Kévin Commaille <[email protected]>
    zecakeh committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    bcf1ee4 View commit details
    Browse the repository at this point in the history
  3. sdk: Allow to receive ambiguity changes per-room.

    Signed-off-by: Kévin Commaille <[email protected]>
    zecakeh committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    f0d7220 View commit details
    Browse the repository at this point in the history
  4. ui: Update user profile when ambiguity changes

    Signed-off-by: Kévin Commaille <[email protected]>
    zecakeh committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    bc6c458 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3599e57 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. Update changelogs

    Signed-off-by: Kévin Commaille <[email protected]>
    zecakeh committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    8cef7a5 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2024

  1. Merge branch 'main' into ambiguity-changes

    Signed-off-by: Kévin Commaille <[email protected]>
    zecakeh committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    e0bda80 View commit details
    Browse the repository at this point in the history