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 I inspected Instance entity using this endpoint GET /api/v2/instance for mastodon.social instance, I noticed that the url attribute is missing from the Instance entity documentation. The documentation does listmessage attribute but not for url. Currently the JSON response is null for url key.
As for max_toot_chars attribute, I only notice this peculiar attribute for todon.nl instance. As far as I can tell, this instance is running the official Mastodon instance. I don't get the impression that it is running a fork or some derivatives but I could be wrong. This key value matches max_characters value.
The text was updated successfully, but these errors were encountered:
anosidium
changed the title
url and possibly max_toot_chars missing are from Instance entityurl and possibly max_toot_chars are missing from Instance entity
Nov 3, 2024
Could you please explain about extensions? It's the first time that I am hearing it. What do you mean by local set of changes? Is todon.nl not running an official Mastodon instance?
Mastodon does not allow changing the character limit away from the default 500 characters without modification. toot.nl allows 1312 characters, so they have made local changes to their installation. The max_toot_chars attribute is most likely from those changes.
When I inspected
Instance
entity using this endpointGET /api/v2/instance
for mastodon.social instance, I noticed that theurl
attribute is missing from theInstance
entity documentation. The documentation does listmessage
attribute but not forurl
. Currently the JSON response isnull
forurl
key.As for
max_toot_chars
attribute, I only notice this peculiar attribute for todon.nl instance. As far as I can tell, this instance is running the official Mastodon instance. I don't get the impression that it is running a fork or some derivatives but I could be wrong. This key value matchesmax_characters
value.The text was updated successfully, but these errors were encountered: