This commit is contained in:
		
					parent
					
						
							
								2587fcdd27
							
						
					
				
			
			
				commit
				
					
						cdbdf7f98b
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -80,7 +80,7 @@ class ActivityPub::Activity::Create < ActivityPub::Activity | ||||||
|     hashtag = tag['name'].gsub(/\A#/, '').mb_chars.downcase |     hashtag = tag['name'].gsub(/\A#/, '').mb_chars.downcase | ||||||
|     hashtag = Tag.where(name: hashtag).first_or_initialize(name: hashtag) |     hashtag = Tag.where(name: hashtag).first_or_initialize(name: hashtag) | ||||||
| 
 | 
 | ||||||
|     status.tags << hashtag |     status.tags << hashtag unless status.tags.include?(hashtag) | ||||||
|   rescue ActiveRecord::RecordInvalid |   rescue ActiveRecord::RecordInvalid | ||||||
|     nil |     nil | ||||||
|   end |   end | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue