]> cat aescling's git repositories - mastodon.git/commit
Fix Move handler queuing jobs that will fail if account is suspended (#11864)
authorEugen Rochko <eugen@zeonfederated.com>
Tue, 17 Sep 2019 06:44:45 +0000 (08:44 +0200)
committerGitHub <noreply@github.com>
Tue, 17 Sep 2019 06:44:45 +0000 (08:44 +0200)
commit38dc51b2d68e3e03f429419f7318e868fa24c49d
tree02012b8582eb2eb7acf8fe66cc953bd903fdf135
parentc21386cff5ff6d86d8887e4a5dde1cf910ab84a0
Fix Move handler queuing jobs that will fail if account is suspended (#11864)

Don't put Move handler on cooldown if it didn't run. Skip unmerging
from timelines to save unnecessary work.
app/lib/activitypub/activity/move.rb
app/services/unfollow_service.rb
app/workers/unfollow_follow_worker.rb