Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Fix overwriting profile when making room public #11003

Commits on Oct 7, 2021

  1. Configuration menu
    Copy the full SHA
    06a43f3 View commit details
    Browse the repository at this point in the history
  2. Split apart handle_new_user

    David Robertson committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    0da3f86 View commit details
    Browse the repository at this point in the history
  3. Changing publicness does not affect profiles

    David Robertson committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    d982043 View commit details
    Browse the repository at this point in the history
  4. _track_user_joined_room does not need a profile

    David Robertson committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    b0bbfd0 View commit details
    Browse the repository at this point in the history
  5. _upsert_directory_entry_for_user doesn't need a room_id

    David Robertson committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    066bd11 View commit details
    Browse the repository at this point in the history
  6. We only need to upsert user dir entries for remote users

    David Robertson committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    deda1bb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    68d941a View commit details
    Browse the repository at this point in the history
  8. Oops. Remove debug print call.

    David Robertson committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    b8688b0 View commit details
    Browse the repository at this point in the history
  9. Fix debug logging string

    David Robertson committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    3b99ab3 View commit details
    Browse the repository at this point in the history
  10. Changelog

    David Robertson committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    f96feb3 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2021

  1. Explanatory comment

    David Robertson committed Oct 8, 2021
    Configuration menu
    Copy the full SHA
    79363a9 View commit details
    Browse the repository at this point in the history
  2. Fit def onto one line

    David Robertson committed Oct 8, 2021
    Configuration menu
    Copy the full SHA
    b527e65 View commit details
    Browse the repository at this point in the history
  3. Don't make a ProfileInfo just to rip it apart

    David Robertson committed Oct 8, 2021
    Configuration menu
    Copy the full SHA
    2f01e54 View commit details
    Browse the repository at this point in the history