Ammad
Ammad
My [app](https://apps.apple.com/gb/app/hackit/id1549557075?mt=12) is a ` Cocoa` app and the constraints are based on `AppKit`. Input No. 1: ``` ( "= NSTextField:0x7fbc23cf1680.bottom (active, names: NSGridView:0x7fbc23ce8660.row-boundary:0x600001d5a240, NSGridView:0x7fbc23ce8660.row-boundary:0x600001d40200 )>", "", "", "
Please update the documentation for `Suggestion` entity as it is outdated as it broke my Mastodon client, [Oliphaunt](https://github.com/anosidium/Oliphaunt-Feedback-And-Support). I found out that there are new cases for `source` attribute: -...
EmojiText: 3.6.0 macOS: 14.3 (23D56) Once again, thank you for fixing the custom emoji text height. Please, I would like to have tooltip displayed on the custom emoji. If you...
The documentation does not list `roles` (plural) attribute in the `Account` entity but it does list `role` (singular) attribute. I found out by inspecting the `Instance` entity of various instances...
The [documentation](https://docs.joinmastodon.org/entities/Application/#client_secret_expires_at) states that `client_secret_expires_at` attribute returns a `String` but the JSON response returns an `Int`. ```JSON { "id": "...", "name": "MyApp", "website": "https://www.example.com", "scopes": [ "read", "write", "push" ],...
I noticed when I use this endpoint: ``` GET /api/v1/apps/verify_credentials HTTP/1.1 ``` It returns an `Application` entity as expected but I noticed that it includes the `id` name which is...
When I inspected `Instance` entity using this endpoint `GET /api/v2/instance` for [mastodon.social](https://mastodon.social/) instance, I noticed that the `url` attribute is missing from the `Instance` entity documentation. The documentation [does list](https://docs.joinmastodon.org/entities/Instance/#registrations-message)...
The documentation does not list `exclusive` attribute for the `List` entity. However it is mentioned in the `List` API methods as one of the form data parameters and it is...