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
I know you can't add attachments to replies on Pixelfed, but the Mastodon api specifies media_attachments as non-null. Pixelfed should just return an empty array instead of null.
I know you can't add attachments to replies on Pixelfed, but the Mastodon api specifies
media_attachments
as non-null. Pixelfed should just return an empty array instead of null.This causes crahes in client apps, e.g. tuskyapp/Tusky#1781
https://docs.joinmastodon.org/entities/status/
Example json, received from the
https://pixelfed.social/api/v1/notifications
endpoint. Note the missingmedia_attachments
on the status object.JSON
The text was updated successfully, but these errors were encountered: