update: storage path
This commit is contained in:
@@ -100,7 +100,7 @@ TREE_EXCLUDED_USAGE_TYPES = (
|
||||
|
||||
|
||||
def user_relative_path(context: RequestContext, child_path: str = "") -> str:
|
||||
base = f"users/{context.user.username}"
|
||||
base = f"workspace/{context.user.user_id}"
|
||||
normalized = normalize_user_path(child_path)
|
||||
return f"{base}/{normalized}" if normalized else base
|
||||
|
||||
|
||||
Reference in New Issue
Block a user