mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02:00
parent
71965cbef2
commit
5706fe18c2
@ -22,7 +22,7 @@ class FollowService < BaseService
|
|||||||
elsif source_account.requested?(target_account)
|
elsif source_account.requested?(target_account)
|
||||||
# This isn't managed by a method in AccountInteractions, so we modify it
|
# This isn't managed by a method in AccountInteractions, so we modify it
|
||||||
# ourselves if necessary.
|
# ourselves if necessary.
|
||||||
req = follow_requests.find_by(target_account: other_account)
|
req = source_account.follow_requests.find_by(target_account: target_account)
|
||||||
req.update!(show_reblogs: reblogs)
|
req.update!(show_reblogs: reblogs)
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user