summaryrefslogtreecommitdiffstats
path: root/users/models/system_actor.py
diff options
context:
space:
mode:
Diffstat (limited to 'users/models/system_actor.py')
-rw-r--r--users/models/system_actor.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/users/models/system_actor.py b/users/models/system_actor.py
index c4319b9..fb5a9e1 100644
--- a/users/models/system_actor.py
+++ b/users/models/system_actor.py
@@ -43,6 +43,9 @@ class SystemActor:
"id": self.actor_uri,
"type": "Application",
"inbox": self.actor_uri + "inbox/",
+ "endpoints": {
+ "sharedInbox": f"https://{settings.MAIN_DOMAIN}/inbox/",
+ },
"preferredUsername": self.username,
"url": self.profile_uri,
"as:manuallyApprovesFollowers": True,