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

Instance configuration information does not include max pinned statuses #25558

Closed
nikclayton opened this issue Jun 23, 2023 · 2 comments · Fixed by #29441
Closed

Instance configuration information does not include max pinned statuses #25558

nikclayton opened this issue Jun 23, 2023 · 2 comments · Fixed by #29441
Labels
api REST API, Streaming API, Web Push API bug Something isn't working

Comments

@nikclayton
Copy link

Steps to reproduce the problem

N/A

Expected behaviour

N/A

Actual behaviour

N/A

Detailed description

Per @ClearlyClaire in #25555 (comment), discussing pinned statuses:

5 posts is a hard limit in mainline Mastodon, although some forks may do otherwise

This information should be available in the response to https://docs.joinmastodon.org/methods/instance/#v2.

It's not.

For comparison, the maximum number of featured tags an account can have is included (https://docs.joinmastodon.org/entities/Instance/#max_featured_tags). So adding an entry configuration[accounts][max_pinned_statuses] seems sensible.

Specifications

Issue in Mastodon 00ec439 (HEAD, at the time of writing this)

@nikclayton nikclayton added the bug Something isn't working label Jun 23, 2023
@andypiper andypiper added the api REST API, Streaming API, Web Push API label Jun 23, 2023
@imskr
Copy link

imskr commented Jul 26, 2023

Can I work on this? @andypiper

@andypiper
Copy link
Sponsor Member

I'm only triaging and categorising issues right now, I have no objection to folks choosing to pick this up as a future addition but I'm unlikely to be the person to test or merge.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api REST API, Streaming API, Web Push API bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants