Merge remote-tracking branch 'upstream/attachment-meta' into blurhash
[akkoma] / lib / pleroma / web / activity_pub / transmogrifier.ex
index d1a0867e261494e83d8e1cd92b46611a0376930f..a40d51c452d821a57dfcf9d9167d8cc28a4cc7ed 100644 (file)
@@ -961,6 +961,7 @@ defmodule Pleroma.Web.ActivityPub.Transmogrifier do
         }
         |> Maps.put_if_present("width", url["width"])
         |> Maps.put_if_present("height", url["height"])
+        |> Maps.put_if_present("blurhash", data["blurhash"])
       end)
 
     Map.put(object, "attachment", attachments)