We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4febe1e commit 241fa40Copy full SHA for 241fa40
app/API2/Resources/UserCountsResource.php
@@ -45,6 +45,7 @@ public function toArray($request): array
45
'news-comment-pinned' => $this['user-news-comment-pinned'] ?? 0,
46
'feed-comment-pinned' => $this['user-feed-comment-pinned'] ?? 0,
47
'mutual' => $this['user-mutual'] ?? 0,
48
+ 'at' => $this['at'] ?? 0,
49
],
50
];
51
}
0 commit comments