Tweak default ctx

litepub
Thomas Sileo 2019-08-17 21:02:02 +02:00
rodzic e69ded2be3
commit bad5a79314
1 zmienionych plików z 1 dodań i 5 usunięć

Wyświetl plik

@ -32,11 +32,7 @@ ObjectOrIDType = Union[str, ObjectType]
CTX_AS = "https://www.w3.org/ns/activitystreams"
AS_PUBLIC = "https://www.w3.org/ns/activitystreams#Public"
DEFAULT_CTX = COLLECTION_CTX = [
"https://www.w3.org/ns/activitystreams",
"https://pleroma.site/schemas/litepub-0.1.jsonld",
{"@language": "und"},
]
DEFAULT_CTX = COLLECTION_CTX = "https://www.w3.org/ns/activitystreams"
# Will be used to keep track of all the defined activities