You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When visiting a user's profile, the current Counts object gives you:
Following
Followers
Posts
Stars
I'd like to have the number of Mentions also displayed in this list - here's why:
It's really common for client UI to display Posts, Mentions, and Stars next to each other, since they are lists of posts hanging off of a user's profile. Mentions is the only one of those that doesn't have a Count attached to it.
In the app I'm working on, we'd prefer the UI to have a Mentions count, so it sits nicely with the other attributes of the User profile, but the endpoint doesn't have it.
Any chance that could be added?
The text was updated successfully, but these errors were encountered:
When visiting a user's profile, the current Counts object gives you:
Following
Followers
Posts
Stars
I'd like to have the number of Mentions also displayed in this list - here's why:
It's really common for client UI to display Posts, Mentions, and Stars next to each other, since they are lists of posts hanging off of a user's profile. Mentions is the only one of those that doesn't have a Count attached to it.
In the app I'm working on, we'd prefer the UI to have a Mentions count, so it sits nicely with the other attributes of the User profile, but the endpoint doesn't have it.
Any chance that could be added?
The text was updated successfully, but these errors were encountered: