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 75ffd81 commit cb053a9Copy full SHA for cb053a9
app/API2/Controllers/Feed/TopicFeed.php
@@ -56,7 +56,7 @@ public function __invoke(ListFeedsForATopicRequest $request, FeedTopicLinkModel
56
->withTrashed()
57
->with('certification');
58
},
59
- 'pinnedComments' => function ($query) {
+ 'feed.pinnedComments' => function ($query) {
60
return $query->with([
61
'user',
62
'user.certification',
0 commit comments