Skip to content

Commit 4d9bcc9

Browse files
committed
feat: Add user stats to explore module
1 parent e7712db commit 4d9bcc9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

crates/jz-module/src/explore.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,8 @@ impl AppModule {
100100
"name": idx.username,
101101
"avatar": idx.avatar,
102102
"repo": repo,
103+
"followed": idx.nums_fans,
104+
"following": idx.nums_following,
103105
"description": idx.description,
104106
"created_at": idx.created_at,
105107
"updated_at": idx.updated_at,

0 commit comments

Comments
 (0)