Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong discussionCount in API/tags #23

Open
justoverclockl opened this issue Nov 6, 2021 · 0 comments
Open

Wrong discussionCount in API/tags #23

justoverclockl opened this issue Nov 6, 2021 · 0 comments

Comments

@justoverclockl
Copy link

For some reason, i see a wrong discussionCount in tags api.

Example:
https://flarum.it/t/feedback => 5 discussion

API endpoint:

{
      "type": "tags",
      "id": "6",
      "attributes": {
        "name": "Feedback",
        "description": "Per proporre o discutere su nuove feauture per Flarum o il suo design. Per problemi utilizza il tag Supporto.",
        "slug": "feedback",
        "color": "#a945ba",
        "backgroundUrl": null,
        "backgroundMode": null,
        "icon": "fas fa-comment-dots",
        "discussionCount": 3,
        "position": 2,
        "defaultSort": null,
        "isChild": false,
        "isHidden": false,
        "lastPostedAt": "2021-10-13T20:46:29+00:00",
        "canStartDiscussion": true,
        "canAddToDiscussion": true,
        "isRestricted": false,
        "isQnA": true,
        "reminders": true
      }
      ```
@askvortsov1 askvortsov1 transferred this issue from flarum/framework Mar 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant