chore: remove outdated activity definition

This commit is contained in:
Steven
2023-10-27 23:11:56 +08:00
parent 625ebbea1a
commit 36b4ba33fa
18 changed files with 536 additions and 534 deletions

View File

@@ -44,11 +44,13 @@ message Inbox {
}
Status status = 4;
string title = 5;
enum Type {
TYPE_UNSPECIFIED = 0;
TYPE_MEMO_COMMENT = 1;
}
Type type = 5;
string content = 6;
string link = 7;
optional int32 activity_id = 6;
}
message ListInboxRequest {