Start support for manually approving followers

This commit is contained in:
Thomas Sileo 2022-08-02 20:14:40 +02:00
parent 9f3956db67
commit a1a9ec3f7c
10 changed files with 272 additions and 10 deletions

View file

@ -95,7 +95,7 @@ ME = {
+ "/inbox",
},
"url": config.ID,
"manuallyApprovesFollowers": False,
"manuallyApprovesFollowers": config.CONFIG.manually_approves_followers,
"attachment": [],
"icon": {
"mediaType": mimetypes.guess_type(config.CONFIG.icon_url)[0],