Skip to content

Commit

Permalink
don't send deactivate signal on merge
Browse files Browse the repository at this point in the history
  • Loading branch information
John Tordoff committed Mar 19, 2024
1 parent 2c42e10 commit 7b0f611
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion osf/models/user.py
Original file line number Diff line number Diff line change
Expand Up @@ -864,7 +864,6 @@ def merge_user(self, user):

user.save()
signals.user_account_merged.send(user)
signals.user_account_deactivated.send(self)

def _merge_users_preprints(self, user):
"""
Expand Down

0 comments on commit 7b0f611

Please sign in to comment.