mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: update memo stats response
This commit is contained in:
@@ -244,7 +244,7 @@ message GetUserMemosStatsRequest {
|
||||
}
|
||||
|
||||
message GetUserMemosStatsResponse {
|
||||
// memo_creation_stats is the stats of memo creation.
|
||||
// key is the year-month-day string. e.g. "2020-01-01". value is the count of memos created.
|
||||
map<string, int32> memo_creation_stats = 1;
|
||||
// stats is the stats of memo creating/updating activities.
|
||||
// key is the year-month-day string. e.g. "2020-01-01".
|
||||
map<string, int32> stats = 1;
|
||||
}
|
||||
|
Reference in New Issue
Block a user