mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: polish creator definition
This commit is contained in:
@@ -21,8 +21,9 @@ message Activity {
|
||||
// The name of the activity.
|
||||
// Format: activities/{id}
|
||||
string name = 1;
|
||||
// The uid of the user who created the activity.
|
||||
int32 creator_id = 2;
|
||||
// The name of the creator.
|
||||
// Format: users/{user}
|
||||
string creator = 2;
|
||||
// The type of the activity.
|
||||
string type = 3;
|
||||
// The level of the activity.
|
||||
|
Reference in New Issue
Block a user