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
..
2024-06-19 10:45:28 +02:00
2024-06-11 11:17:47 +01:00
2024-01-11 09:50:13 +01:00
2024-01-14 00:35:04 +00:00