This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cherry-pick "Fix reactivated users not being added to directory "
There was a merge conflict relating to the guard on user_directory_search_all_users. I've chosen to not reinstate the guard because: - it's rare that users are going to be reactivated - I'm going to remove these guards which stop us from inserting into the directory in upcoming changes (so that guards just protect the search) - It's less churn Was originally: commit c0b8d1b Author: David Robertson <davidr@element.io> Date: Sat Sep 4 03:22:23 2021 +0100
- Loading branch information
David Robertson
committed
Sep 8, 2021
1 parent
66d72b7
commit ad6eab0
Showing
2 changed files
with
45 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters