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

Update Account Data with user matrix id for invited user by email #3743

Merged
merged 4 commits into from
Aug 23, 2021

Commits on Jul 28, 2021

  1. Configuration menu
    Copy the full SHA
    6d47fdf View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2021

  1. Update account data for invited users by email

    When an user has been invited by email to a DM, account data entry was stuck on the user email after the user account creation.
    When the user has joined element, an event m.room.member is triggered for each room attached to the user, containing a third party invite with the user matrix id. We use this event to update the user account with the matrix id.
    Frenaud14 committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    ac56b1e View commit details
    Browse the repository at this point in the history
  2. change

    Frenaud14 committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    a399747 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2021

  1. Configuration menu
    Copy the full SHA
    0a08746 View commit details
    Browse the repository at this point in the history