Remote the object service, use the backend instead
This commit is contained in:
@@ -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()
|
||||
|
Reference in New Issue
Block a user