Remote the object service, use the backend instead

This commit is contained in:
Thomas Sileo
2018-07-11 19:38:24 +02:00
parent 524a63235d
commit 01e165640e
3 changed files with 7 additions and 34 deletions

View File

@@ -15,7 +15,6 @@ from utils.key import KEY_DIR
from utils.key import get_key
from utils.key import get_secret_key
from utils.media import MediaCache
from utils.object_service import ObjectService
class ThemeStyle(Enum):
@@ -148,6 +147,3 @@ ME = {
},
"publicKey": KEY.to_dict(),
}
OBJECT_SERVICE = ACTOR_SERVICE = ObjectService()