Merge branch 'chores/note-handling-move' into 'develop'
[akkoma] / lib / pleroma / web / mastodon_api / views / status_view.ex
index 435bcde157552b063deb98a72829c3527e6ea60f..7cbbd3750468a2f0d9f75c1f204348d5e6755bf6 100644 (file)
@@ -435,7 +435,8 @@ defmodule Pleroma.Web.MastodonAPI.StatusView do
       text_url: href,
       type: type,
       description: attachment["name"],
-      pleroma: %{mime_type: media_type}
+      pleroma: %{mime_type: media_type},
+      blurhash: attachment["blurhash"]
     }
   end