Define emoji context for ActivityPub (#5004)
* Define emoji context for ActivityPub * Fix the emojo * Use general Mastodon context instead
This commit is contained in:
		
							parent
							
								
									09a94b575e
								
							
						
					
					
						commit
						dce869dfc7
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -14,6 +14,8 @@ class ActivityPub::Adapter < ActiveModelSerializers::Adapter::Base
 | 
			
		|||
        'atomUri'                   => 'ostatus:atomUri',
 | 
			
		||||
        'inReplyToAtomUri'          => 'ostatus:inReplyToAtomUri',
 | 
			
		||||
        'conversation'              => 'ostatus:conversation',
 | 
			
		||||
        'toot'                      => 'http://joinmastodon.org/ns#',
 | 
			
		||||
        'Emoji'                     => 'toot:Emoji',
 | 
			
		||||
      },
 | 
			
		||||
    ],
 | 
			
		||||
  }.freeze
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue