From cc119b158079143927c53cc3c47c73f37537674a Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 18 Jul 2019 20:26:18 +0100 Subject: [PATCH] Remove some unused actor parameters --- person.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/person.py b/person.py index ae76a0559..74c16a3eb 100644 --- a/person.py +++ b/person.py @@ -166,7 +166,6 @@ def createPersonBase(baseDir: str,nickname: str,domain: str,port: int, \ 'IdentityProof': 'toot:IdentityProof', 'PropertyValue': 'schema:PropertyValue', 'alsoKnownAs': {'@id': 'as:alsoKnownAs', '@type': '@id'}, - 'featured': {'@id': 'toot:featured', '@type': '@id'}, 'focalPoint': {'@container': '@list', '@id': 'toot:focalPoint'}, 'manuallyApprovesFollowers': 'as:manuallyApprovesFollowers', 'movedTo': {'@id': 'as:movedTo', '@type': '@id'}, @@ -177,10 +176,8 @@ def createPersonBase(baseDir: str,nickname: str,domain: str,port: int, \ 'endpoints': { 'id': httpPrefix+'://'+domain+'/users/'+nickname+'/endpoints', 'sharedInbox': httpPrefix+'://'+domain+'/inbox', - 'uploadMedia': httpPrefix+'://'+domain+'/users/'+nickname+'/endpoints/uploadMedia' }, 'capabilityAcquisitionEndpoint': httpPrefix+'://'+domain+'/caps/new', - 'featured': httpPrefix+'://'+domain+'/users/'+nickname+'/collections/featured', 'followers': httpPrefix+'://'+domain+'/users/'+nickname+'/followers', 'following': httpPrefix+'://'+domain+'/users/'+nickname+'/following', 'orgSchema': None,