Skip to content

Commit

Permalink
Merge pull request #38 from Simounet/feat/mastodon-ontology
Browse files Browse the repository at this point in the history
Feat/mastodon ontology
  • Loading branch information
landrok authored Nov 14, 2023
2 parents 61800a9 + f89a00c commit 0ff6f99
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/ActivityPhp/Type/Ontology/Mastodon.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,23 @@ abstract class Mastodon extends OntologyBase
'discoverable',
'featured',
'featuredTags',
'indexable',
'manuallyApprovesFollowers',
'memorial',
],
'PropertyValue' => [
'value'
],
'Service' => [
'devices',
'discoverable',
'featured',
'featuredTags',
'indexable',
'key_id_url',
'manuallyApprovesFollowers',
'memorial',
'private_key',
]
];
}

0 comments on commit 0ff6f99

Please sign in to comment.