changeset 4105:ec9bed9df74f

compoent AP gateway: add forgotten contant
author Goffi <goffi@goffi.org>
date Wed, 28 Jun 2023 14:27:05 +0200
parents 58bbc100f13b
children 4ad982a0358f
files libervia/backend/plugins/plugin_comp_ap_gateway/constants.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libervia/backend/plugins/plugin_comp_ap_gateway/constants.py	Wed Jun 28 14:24:42 2023 +0200
+++ b/libervia/backend/plugins/plugin_comp_ap_gateway/constants.py	Wed Jun 28 14:27:05 2023 +0200
@@ -19,6 +19,7 @@
 
 IMPORT_NAME = "ap-gateway"
 CONF_SECTION = f"component {IMPORT_NAME}"
+CONTENT_TYPE_WEBFINGER = "application/jrd+json; charset=utf-8"
 CONTENT_TYPE_AP = "application/activity+json; charset=utf-8"
 TYPE_ACTOR = "actor"
 TYPE_INBOX = "inbox"