Fix incorrect context definition for the "featured" keyword (#8090)
* Fix incorrect context definition for the "featured" keyword Fix #8077 * Adjust context definition for movedTo
This commit is contained in:
		| @ -9,7 +9,7 @@ class ActivityPub::Adapter < ActiveModelSerializers::Adapter::Base | ||||
|       { | ||||
|         'manuallyApprovesFollowers' => 'as:manuallyApprovesFollowers', | ||||
|         'sensitive'                 => 'as:sensitive', | ||||
|         'movedTo'                   => 'as:movedTo', | ||||
|         'movedTo'                   => { '@id' => 'as:movedTo', '@type' => '@id' }, | ||||
|         'Hashtag'                   => 'as:Hashtag', | ||||
|         'ostatus'                   => 'http://ostatus.org#', | ||||
|         'atomUri'                   => 'ostatus:atomUri', | ||||
| @ -18,7 +18,7 @@ class ActivityPub::Adapter < ActiveModelSerializers::Adapter::Base | ||||
|         'toot'                      => 'http://joinmastodon.org/ns#', | ||||
|         'Emoji'                     => 'toot:Emoji', | ||||
|         'focalPoint'                => { '@container' => '@list', '@id' => 'toot:focalPoint' }, | ||||
|         'featured'                  => 'toot:featured', | ||||
|         'featured'                  => { '@id' => 'toot:featured', '@type' => '@id' }, | ||||
|         'schema'                    => 'http://schema.org#', | ||||
|         'PropertyValue'             => 'schema:PropertyValue', | ||||
|         'value'                     => 'schema:value', | ||||
|  | ||||
		Reference in New Issue
	
	Block a user