mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: remove unused inbox status
This commit is contained in:
@ -40,8 +40,7 @@ message Inbox {
|
||||
enum Status {
|
||||
STATUS_UNSPECIFIED = 0;
|
||||
UNREAD = 1;
|
||||
READ = 2;
|
||||
ARCHIVED = 3;
|
||||
ARCHIVED = 2;
|
||||
}
|
||||
Status status = 4;
|
||||
|
||||
|
Reference in New Issue
Block a user