diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/ld.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -415,6 +415,7 @@ def canonicalise(json_data: dict, include_security: bool = False) -> dict: "votersCount": "toot:votersCount", "Hashtag": "as:Hashtag", "Public": "as:Public", + "manuallyApprovesFollowers": "as:manuallyApprovesFollowers", }, ] if include_security: |