mirror of
https://github.com/aykhans/slash-e.git
synced 2025-09-05 08:53:33 +00:00
refactor: update visibilities
This commit is contained in:
@@ -15,9 +15,7 @@ enum RowStatus {
|
||||
enum Visibility {
|
||||
VISIBILITY_UNSPECIFIED = 0;
|
||||
|
||||
PRIVATE = 1;
|
||||
WORKSPACE = 1;
|
||||
|
||||
WORKSPACE = 2;
|
||||
|
||||
PUBLIC = 3;
|
||||
PUBLIC = 2;
|
||||
}
|
||||
|
@@ -15,8 +15,6 @@ message Shortcut {
|
||||
|
||||
int64 updated_ts = 4;
|
||||
|
||||
RowStatus row_status = 5;
|
||||
|
||||
string name = 6;
|
||||
|
||||
string link = 7;
|
||||
|
Reference in New Issue
Block a user