diff options
-rwxr-xr-x | src/routes.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/routes.js b/src/routes.js index d0fd9fc..e594890 100755 --- a/src/routes.js +++ b/src/routes.js @@ -1138,6 +1138,7 @@ router.post("/activitypub/inbox", (req, res) => { headers: { Accept: activityPubContentType, "Content-Type": activityPubContentType, + "User-Agent": `Gathio - ${domain}` }, }, function (error, response, actor) { |