Iceshrimp.NET/Iceshrimp.Backend/Controllers/Mastodon/Schemas
Kopper 89efdff3c0 [backend/masto-client] Signal to clients that we allow both polls and media in the same post
While perusing through Glitch's PRs, I came across the patch from Chuckya
that lifts this restriction[0].

The patch exposes this restriction has been lifted with an extra flag in
the /api/v1/instance endpoint. Since Iceshrimp.NET does not have such a
restriction, signal the same flag so clients can adjust themselves
accordingly.

Clients don't seem to be aware of this flag just yet so this likely
won't have any immediate effects.

[0]: https://github.com/glitch-soc/mastodon/pull/2524
2024-08-31 21:48:34 +03:00
..
Entities [backend/masto-client] Add FollowRequestCount to AccountSource 2024-07-02 22:43:36 +02:00
AccountSchemas.cs [backend/swagger] Fix form file annotations 2024-05-23 16:13:39 +02:00
AuthSchemas.cs [backend/masto-client] Fall back to token.scopes on /oauth/token (ISH-145) 2024-03-11 02:19:47 +01:00
FilterSchemas.cs [backend/api] Add filter endpoints (ISH-339) 2024-07-13 00:36:49 +02:00
InstanceInfoV1Response.cs [backend/masto-client] Signal to clients that we allow both polls and media in the same post 2024-08-31 21:48:34 +03:00
InstanceInfoV2Response.cs [backend] Code cleanup 2024-03-24 14:17:02 +01:00
ListSchemas.cs [backend/masto-client] Allow partial updates of list properties 2024-02-23 03:29:14 +01:00
MarkerResponse.cs [backend/masto-client] Fix query string dictionary handling in FromHybridProvider (ISH-183) 2024-03-13 03:08:18 +01:00
MastodonErrorResponse.cs [backend] Code cleanup: switch to BSD braces style, tweak code style 2024-02-17 02:31:00 +01:00
MastodonPaginationQuery.cs [backend] Refactor Controllers folder 2024-07-04 18:17:50 +02:00
MediaSchemas.cs [backend/swagger] Fix form file annotations 2024-05-23 16:13:39 +02:00
NotificationSchemas.cs [backend] Code cleanup 2024-02-20 19:59:38 +01:00
PollSchemas.cs [backend/federation] Initial poll support (ISH-62) 2024-03-06 00:55:53 +01:00
PushSchemas.cs [backend/masto-client] Add push notification support (ISH-182) 2024-03-15 19:20:48 +01:00
SearchSchemas.cs [backend/masto-client] Return hashtags on search (ISH-14) 2024-03-04 01:50:11 +01:00
StatusSchemas.cs [backend] Apply formatting rules 2024-06-29 01:06:19 +02:00
TimelineSchemas.cs [backend/masto-client] Add tag timeline endpoint (ISH-115) 2024-03-04 19:54:50 +01:00