Exempt staff members from spam check (#12874)
Consider admins and moderators as trusted, for the purpose of the spam checker. Fixes #12872
This commit is contained in:
		
							parent
							
								
									05ccf60c36
								
							
						
					
					
						commit
						4eaa481fae
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -143,7 +143,7 @@ class SpamCheck | |||
|   end | ||||
| 
 | ||||
|   def trusted? | ||||
|     @account.trust_level > Account::TRUST_LEVELS[:untrusted] | ||||
|     @account.trust_level > Account::TRUST_LEVELS[:untrusted] || (@account.local? && @account.user_staff?) | ||||
|   end | ||||
| 
 | ||||
|   def no_unsolicited_mentions? | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue