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