This website works better with JavaScript.
Home
Explore
Help
Sign In
nekobus
/
mastodon_neko
forked from
closed-social/mastodon
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Fix wrong attribute in MoveWorker (
#12066
)
master
Eugen Rochko
5 years ago
committed by
GitHub
parent
bae268b2f6
commit
9a1be333b8
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
app/workers/move_worker.rb
+ 1
- 1
app/workers/move_worker.rb
View File
@ -22,7 +22,7 @@ class MoveWorker
@source_account
.
passive_relationships
.
where
(
account
:
Account
.
local
)
.
in_batches
.
update_all
(
target_account
:
@target_account
)
.
update_all
(
target_account
_id
:
@target_account
.
id
)
end
def
queue_follow_unfollows!
Write
Preview
Loading…
Cancel
Save