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

Support filtering and searching for users to invite in DMs #3802

Merged
merged 5 commits into from
Jan 6, 2020

Commits on Jan 4, 2020

  1. Add suggestions for which users to invite to chat

    Fixes element-hq/element-web#11198
    
    Note this doesn't implement the entire algorithm in 11198 because it feels too complicated at this stage. Instead, the idea is to review the suggestions closer to when the whole dialog is complete and fix them then: element-hq/element-web#11769
    
    Algorithm for picking members is largely based on db5218e
    turt2live committed Jan 4, 2020
    Configuration menu
    Copy the full SHA
    31d5617 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2502227 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    df25a98 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8b4c1e3 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2020

  1. Remove harmful html entities encoding and other style nits

    React will take care of this for us. It's harmful because simple characters get converted to something illegible.
    turt2live committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    bef824e View commit details
    Browse the repository at this point in the history