Merge branch 'master' into glitch-soc/merge-upstream
This commit is contained in:
@ -20,6 +20,9 @@ class ActivityPub::Activity::Move < ActivityPub::Activity
|
||||
|
||||
# Initiate a re-follow for each follower
|
||||
MoveWorker.perform_async(origin_account.id, target_account.id)
|
||||
rescue
|
||||
unmark_as_processing!
|
||||
raise
|
||||
end
|
||||
|
||||
private
|
||||
|
Reference in New Issue
Block a user