Commit Graph

4 Commits

Author SHA1 Message Date
ThibG 66c1fe0495 Fix various issues with account migration ()
* Fix being able to follow oneself by moving to an account that was following the old one

* Add specs

* Add spec to catch MoveWorker issue with local followers following both accounts

* Fix move worker breaking when a local account follows both source and target accounts

* Fix migration from remote to local account not sending Undo Follow

* Fix show_reblogs not being preserved for moved account's followers
2019-11-07 09:05:07 +02:00
Eugen Rochko 38dc51b2d6
Fix Move handler queuing jobs that will fail if account is suspended ()
Don't put Move handler on cooldown if it didn't run. Skip unmerging
from timelines to save unnecessary work.
2019-09-17 08:44:45 +02:00
Eugen Rochko b17b2f25ac
Follow new account before unfollowing the old one during move () 2019-01-05 11:27:58 +01:00
Eugen Rochko 0f938ff29c
Add handler for Move activity () 2018-12-29 02:24:36 +01:00