mirror of https://github.com/tootsuite/mastodon
				
				
				
			Remove unused `Account::Interactions#endorsed?` method (#29463)
							parent
							
								
									d39d625561
								
							
						
					
					
						commit
						838b0bdf2d
					
				|  | @ -242,10 +242,6 @@ module Account::Interactions | |||
|     status_pins.exists?(status: status) | ||||
|   end | ||||
| 
 | ||||
|   def endorsed?(account) | ||||
|     account_pins.exists?(target_account: account) | ||||
|   end | ||||
| 
 | ||||
|   def status_matches_filters(status) | ||||
|     active_filters = CustomFilter.cached_filters_for(id) | ||||
|     CustomFilter.apply_cached_filters(active_filters, status) | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	 Matt Jankowski
						Matt Jankowski