Skip to content

Commit

Permalink
Update proto files
Browse files Browse the repository at this point in the history
  • Loading branch information
any-association committed Feb 5, 2024
1 parent ff33fa4 commit ee0ceb2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions models.proto
Original file line number Diff line number Diff line change
Expand Up @@ -1017,3 +1017,8 @@ enum ImageKind {
Cover = 1;
Icon = 2;
}

enum FileIndexingStatus {
NotIndexed = 0;
Indexed = 1;
}

0 comments on commit ee0ceb2

Please sign in to comment.