replace localpart to user_id

pull/183/head
DevSymbioide 6 months ago
parent 0165de5d84
commit 9964d9931d
  1. 2
      synapse/handlers/watcha_registration.py

@ -133,7 +133,7 @@ class RegistrationHandler:
)
if self.hs.config.userdirectory.user_directory_search_all_users:
profile = await self.store.get_profileinfo(UserID.from_string(localpart))
profile = await self.store.get_profileinfo(UserID.from_string(user_id))
await self.user_directory_handler.handle_local_profile_change(
user_id, profile
)

Loading…
Cancel
Save