mirror of https://gitlab.com/bashrc2/epicyon
Update actor context
parent
b8c4edb8ea
commit
4fff59c0a2
|
@ -232,6 +232,8 @@ def get_actor_update_json(actor_json: {}) -> {}:
|
||||||
"https://w3id.org/security/v1",
|
"https://w3id.org/security/v1",
|
||||||
{
|
{
|
||||||
"manuallyApprovesFollowers": "as:manuallyApprovesFollowers",
|
"manuallyApprovesFollowers": "as:manuallyApprovesFollowers",
|
||||||
|
"indexable": "toot:indexable",
|
||||||
|
"memorial": "toot:memorial",
|
||||||
"toot": "http://joinmastodon.org/ns#",
|
"toot": "http://joinmastodon.org/ns#",
|
||||||
"featured":
|
"featured":
|
||||||
{
|
{
|
||||||
|
@ -357,6 +359,8 @@ def get_default_person_context() -> str:
|
||||||
'focalPoint': {'@container': '@list', '@id': 'toot:focalPoint'},
|
'focalPoint': {'@container': '@list', '@id': 'toot:focalPoint'},
|
||||||
'identityKey': {'@id': 'toot:identityKey', '@type': '@id'},
|
'identityKey': {'@id': 'toot:identityKey', '@type': '@id'},
|
||||||
'manuallyApprovesFollowers': 'as:manuallyApprovesFollowers',
|
'manuallyApprovesFollowers': 'as:manuallyApprovesFollowers',
|
||||||
|
'indexable': 'toot:indexable',
|
||||||
|
'memorial': 'toot:memorial',
|
||||||
'messageFranking': 'toot:messageFranking',
|
'messageFranking': 'toot:messageFranking',
|
||||||
'messageType': 'toot:messageType',
|
'messageType': 'toot:messageType',
|
||||||
'movedTo': {'@id': 'as:movedTo', '@type': '@id'},
|
'movedTo': {'@id': 'as:movedTo', '@type': '@id'},
|
||||||
|
|
Loading…
Reference in New Issue