summaryrefslogtreecommitdiffstats
path: root/users/models/system_actor.py
diff options
context:
space:
mode:
authorAndrew Godwin2022-12-16 16:38:52 -0700
committerAndrew Godwin2022-12-16 16:38:52 -0700
commit45c6978bc397691b22db0360b16b19979eac7dce (patch)
tree8e22839cd8a7b685f1d4491762c5d56aa5960dee /users/models/system_actor.py
parent1bcdff79e7e14b2166056d3b16531b32474c374b (diff)
downloadtakahe-45c6978bc397691b22db0360b16b19979eac7dce.tar.gz
takahe-45c6978bc397691b22db0360b16b19979eac7dce.tar.bz2
takahe-45c6978bc397691b22db0360b16b19979eac7dce.zip
User admin and LD schema fixes
Diffstat (limited to 'users/models/system_actor.py')
-rw-r--r--users/models/system_actor.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/users/models/system_actor.py b/users/models/system_actor.py
index fb5a9e1..46a0007 100644
--- a/users/models/system_actor.py
+++ b/users/models/system_actor.py
@@ -48,7 +48,7 @@ class SystemActor:
},
"preferredUsername": self.username,
"url": self.profile_uri,
- "as:manuallyApprovesFollowers": True,
+ "manuallyApprovesFollowers": True,
"publicKey": {
"id": self.public_key_id,
"owner": self.actor_uri,