Skip to content

Commit

Permalink
Set repo_type when convert repo (#661)
Browse files Browse the repository at this point in the history
Co-authored-by: 杨赫然 <[email protected]>
  • Loading branch information
feiniks and 杨赫然 authored Jun 20, 2024
1 parent cd9bae2 commit 06851a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/rpc-service.c
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ convert_repo (SeafRepo *r)
"repo_id", r->id, "repo_name", r->name,
"repo_desc", r->desc, "last_modified", r->last_modify,
"status", r->status,
"repo_type", r->type,
NULL);

#ifdef SEAFILE_SERVER
Expand Down

0 comments on commit 06851a1

Please sign in to comment.