feat: add version update inbox message

This commit is contained in:
Steven
2023-11-06 22:53:55 +08:00
parent 342d1aeefb
commit 834b58fbbd
9 changed files with 350 additions and 129 deletions

View File

@@ -49,6 +49,7 @@ message Inbox {
enum Type {
TYPE_UNSPECIFIED = 0;
TYPE_MEMO_COMMENT = 1;
TYPE_VERSION_UPDATE = 2;
}
Type type = 6;