glacasa / Mastonet

C# Library for Mastodon
MIT License
225 stars 36 forks source link

[Feature Request] Add support for instance configuration > statuses > supported_mime_types #110

Open 13xforever opened 1 year ago

13xforever commented 1 year ago

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).

For tests any glitch instance should work, i.e. https://social.treehouse.systems/api/v2/instance

glacasa commented 11 months ago

It has been added in Mastonet V3

Now in preview : https://www.nuget.org/packages/Mastonet/3.0.0-preview1

13xforever commented 10 months ago

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 😔)