mirror of
https://github.com/zulip/zulip.git
synced 2025-11-20 22:48:16 +00:00
actions: Split out zerver.actions.user_settings.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
@@ -47,7 +47,7 @@ def copy_default_settings(
|
||||
target_profile.save()
|
||||
|
||||
if settings_source.avatar_source == UserProfile.AVATAR_FROM_USER:
|
||||
from zerver.lib.actions import do_change_avatar_fields
|
||||
from zerver.actions.user_settings import do_change_avatar_fields
|
||||
|
||||
do_change_avatar_fields(
|
||||
target_profile,
|
||||
|
||||
Reference in New Issue
Block a user