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 |   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…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user