Add account sensitized (#14361)
* Add account sensitized * Fix i18n normalize * Fix description and spec * Fix spec * Fix wording
This commit is contained in:
		
					parent
					
						
							
								f90620b2f3
							
						
					
				
			
			
				commit
				
					
						d6fe0c94ca
					
				
			
		
					 24 changed files with 136 additions and 13 deletions
				
			
		|  | @ -111,7 +111,7 @@ class ActivityPub::Activity::Create < ActivityPub::Activity | |||
|         created_at: @object['published'], | ||||
|         override_timestamps: @options[:override_timestamps], | ||||
|         reply: @object['inReplyTo'].present?, | ||||
|         sensitive: @object['sensitive'] || false, | ||||
|         sensitive: @account.sensitized? || @object['sensitive'] || false, | ||||
|         visibility: visibility_from_audience, | ||||
|         thread: replied_to_status, | ||||
|         conversation: conversation_from_uri(@object['conversation']), | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue