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
|
@ -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…
Reference in New Issue