Fix NameError on ActivityPub::FetchFeaturedCollectionService (#17326)
Related: #16954
This commit is contained in:
parent
f616897841
commit
2d1f082bb6
|
@ -48,6 +48,6 @@ class ActivityPub::FetchFeaturedCollectionService < BaseService
|
|||
end
|
||||
|
||||
def local_follower
|
||||
@local_follower ||= account.followers.local.without_suspended.first
|
||||
@local_follower ||= @account.followers.local.without_suspended.first
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue