mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
import: Make use of is_mirror_dummy in build_user_profile.
This commit is contained in:
@@ -64,6 +64,7 @@ def build_user_profile(avatar_source: str,
|
||||
email=email,
|
||||
full_name=full_name,
|
||||
id=id,
|
||||
is_mirror_dummy=is_mirror_dummy,
|
||||
is_active=is_active,
|
||||
is_realm_admin=is_realm_admin,
|
||||
is_guest=is_guest,
|
||||
|
Reference in New Issue
Block a user