From 5ddce16213a8e7b4e9d052a14ed8d7e37ac5f068 Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Sun, 20 Nov 2022 18:29:19 -0700 Subject: Add a system actor to sign outgoing S2S GETs --- core/ld.py | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'core/ld.py') diff --git a/core/ld.py b/core/ld.py index fff0526..1d79abf 100644 --- a/core/ld.py +++ b/core/ld.py @@ -358,6 +358,12 @@ schemas = { ] }, }, + "joinmastodon.org/ns": { + "contentType": "application/ld+json", + "documentUrl": "http://joinmastodon.org/ns", + "contextUrl": None, + "document": {}, + }, } DATETIME_FORMAT = "%Y-%m-%dT%H:%M:%SZ" -- cgit v1.2.3