summaryrefslogtreecommitdiff
path: root/src/routes.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/routes.js')
-rwxr-xr-xsrc/routes.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/routes.js b/src/routes.js
index eb7a6a1..6659670 100755
--- a/src/routes.js
+++ b/src/routes.js
@@ -1139,6 +1139,7 @@ router.post("/activitypub/inbox", (req, res) => {
headers: {
Accept: activityPubContentType,
"Content-Type": activityPubContentType,
+ "User-Agent": `Gathio - ${domain}`
},
},
function (error, response, actor) {