[FIX]add user organization count

This commit is contained in:
2021-01-29 15:47:43 +08:00
parent 3d495797c0
commit c6269f44ee
3 changed files with 2 additions and 1 deletions

View File

@@ -12,6 +12,7 @@ json.watched_count @user.fan_count #粉丝
json.watching_count @user.follow_count #关注数
json.undo_events @undo_events
json.user_composes_count @user_composes_count
json.user_org_count @user_org_count
json.common_projects_count @projects_common_count
json.mirror_projects_count @projects_mirrior_count
json.sync_mirror_projects_count @projects_sync_mirrior_count