Skip to content

Commit 241fa40

Browse files
committed
feat(user): 用户统计返回 at 的消息未读数
1 parent 4febe1e commit 241fa40

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/API2/Resources/UserCountsResource.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ public function toArray($request): array
4545
'news-comment-pinned' => $this['user-news-comment-pinned'] ?? 0,
4646
'feed-comment-pinned' => $this['user-feed-comment-pinned'] ?? 0,
4747
'mutual' => $this['user-mutual'] ?? 0,
48+
'at' => $this['at'] ?? 0,
4849
],
4950
];
5051
}

0 commit comments

Comments
 (0)