mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
refactor: move memo relation definition
This commit is contained in:
@@ -20,7 +20,10 @@ service ActivityService {
|
||||
message Activity {
|
||||
// The name of the activity.
|
||||
// Format: activities/{id}
|
||||
string name = 1;
|
||||
string name = 1 [
|
||||
(google.api.field_behavior) = OUTPUT_ONLY,
|
||||
(google.api.field_behavior) = IDENTIFIER
|
||||
];
|
||||
// The name of the creator.
|
||||
// Format: users/{user}
|
||||
string creator = 2;
|
||||
|
Reference in New Issue
Block a user