import: Make use of is_mirror_dummy in build_user_profile.

This commit is contained in:
Vishnu Ks
2019-03-27 07:27:36 +00:00
committed by Tim Abbott
parent ac2de3024d
commit f517f72dd2

View File

@@ -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,