mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
feat: total memo count
This commit is contained in:
@@ -214,6 +214,8 @@ message UserStats {
|
||||
// The pinned memos of the user.
|
||||
repeated string pinned_memos = 5;
|
||||
|
||||
int32 total_memo_count = 6;
|
||||
|
||||
message MemoTypeStats {
|
||||
int32 link_count = 1;
|
||||
int32 code_count = 2;
|
||||
|
Reference in New Issue
Block a user