refactor: update part of resource identifier

This commit is contained in:
johnnyjoy
2025-01-19 23:03:22 +08:00
parent cda18a37c0
commit f1308ddd27
9 changed files with 191 additions and 179 deletions

View File

@@ -11,6 +11,8 @@ message Reaction {
// Format: users/{user}
string creator = 2;
// The content identifier.
// For memo, it should be the `Memo.name`.
string content_id = 3;
string reaction_type = 4;