about summary refs log tree commit diff
path: root/app/lib/activitypub/activity/move.rb
AgeCommit message (Collapse)Author
2020-07-01Change Redis#exists calls to Redis#exists? to avoid deprecation warning (#14191)Eugen Rochko
2019-09-29Fix account migration not affecting followers on origin server (#11980)Eugen Rochko
2019-09-17Fix Move handler queuing jobs that will fail if account is suspended (#11864)Eugen Rochko
Don't put Move handler on cooldown if it didn't run. Skip unmerging from timelines to save unnecessary work.
2018-12-29Add handler for Move activity (#9629)Eugen Rochko