Improve Mastodon compat
parent
6323b13feb
commit
9bd3c06054
|
@ -94,7 +94,7 @@ ME = {
|
||||||
"sharedInbox": config.BASE_URL
|
"sharedInbox": config.BASE_URL
|
||||||
+ "/inbox",
|
+ "/inbox",
|
||||||
},
|
},
|
||||||
"url": config.ID,
|
"url": config.ID + "/", # XXX: the path is important for Mastodon compat
|
||||||
"manuallyApprovesFollowers": config.CONFIG.manually_approves_followers,
|
"manuallyApprovesFollowers": config.CONFIG.manually_approves_followers,
|
||||||
"attachment": [],
|
"attachment": [],
|
||||||
"icon": {
|
"icon": {
|
||||||
|
|
Loading…
Reference in New Issue