feat: total memo count

This commit is contained in:
Johnny
2025-03-12 22:15:46 +08:00
parent 3349311b51
commit 0dfcb1a7c8
6 changed files with 319 additions and 286 deletions

View File

@@ -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;