This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
User directory should handle changes in user types #11185
Labels
A-User-Directory
P4
(OBSOLETE: use S- labels.) Okay backlog: will not schedule, will accept patches
S-Tolerable
Minor significance, cosmetic issues, low or no impact to users.
T-Defect
Bugs, crashes, hangs, security vulnerabilities, or other reported issues.
#11174 introduces an admin API to make a user become a support user. Support users are excluded from the user directory, so doing this should remove the user from the directory. We already have to do something similar when deactivating a user. (But note: we don't update the room sharing tables when _re_activating a user, because deactivating them removes them from all rooms.)
Rough implementation:
remove_from_directory
restore_to_directory
update_profile_in_user_dir
on the store_track_user_joined_room
.The text was updated successfully, but these errors were encountered: