Merge branch 'main' into glitch-soc/merge-upstream

This commit is contained in:
Claire
2022-01-19 12:32:44 +01:00
5 changed files with 510 additions and 474 deletions

View File

@@ -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