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
This is not a vanilla Mastodon API property but is popular in forks and Mastodon-compatible projects. Similar to instance Configuration.MediaAttachments.SupportedMimeTypes, there could be exposed Configuration.Statuses.SupportedMimeTypes for status messages (typically text/plain and text/markdown, but sometimes other types such as text/html).
Can you please point out where exactly has it been added? I've finally got around to update the project to use v3.1.1 of the client, but I don't see any changes in statuses configuration (also v3 was a good chance to fix the typo in statutes 😔)
This is not a vanilla Mastodon API property but is popular in forks and Mastodon-compatible projects. Similar to instance
Configuration.MediaAttachments.SupportedMimeTypes
, there could be exposedConfiguration.Statuses.SupportedMimeTypes
for status messages (typicallytext/plain
andtext/markdown
, but sometimes other types such astext/html
).For tests any glitch instance should work, i.e. https://social.treehouse.systems/api/v2/instance
The text was updated successfully, but these errors were encountered: