1
0
mirror of https://github.com/mastodon/documentation synced 2025-04-11 22:56:17 +02:00
David Whetstone ce8146cf60
Mark MediaAttachment.preview_url, blurhash as nullable (#1457)
* Mark MediaAttachment.preview_url as nullable

Had a payload in the wild where preview_url was `null` and the method that generates this value can certainly return `nil` if none of its conditions are met: d326ad0ed9/app/serializers/rest/media_attachment_serializer.rb (L30-L38)

Also both TootSDK and IceCubesApp have this property as nullable.

* Mark MediaAttachment.blurhash as nullable

When the attachment has type `audio`, `blurhash` is `null`.
2024-06-19 10:45:48 +02:00
..
2023-02-07 02:14:07 +01:00
2022-12-14 22:55:30 +01:00
2022-11-20 07:34:38 +01:00
2023-02-07 02:14:07 +01:00
2024-04-29 10:00:41 +02:00
2022-12-14 22:55:30 +01:00
2023-02-07 02:14:07 +01:00
2023-02-07 02:14:07 +01:00
2022-12-14 22:55:30 +01:00