From 9bd3c0605488100e4baa0d93db1b5574379375bf Mon Sep 17 00:00:00 2001 From: Thomas Sileo Date: Tue, 9 Aug 2022 22:23:14 +0200 Subject: [PATCH] Improve Mastodon compat --- app/activitypub.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/activitypub.py b/app/activitypub.py index 4b83efb..1a20fc7 100644 --- a/app/activitypub.py +++ b/app/activitypub.py @@ -94,7 +94,7 @@ ME = { "sharedInbox": config.BASE_URL + "/inbox", }, - "url": config.ID, + "url": config.ID + "/", # XXX: the path is important for Mastodon compat "manuallyApprovesFollowers": config.CONFIG.manually_approves_followers, "attachment": [], "icon": {