Support blurhash
[akkoma] / lib / pleroma / web / activity_pub / transmogrifier.ex
index acb4f4b3ead7232ab3a44c5e9c67acd423a8210a..f601d6111c3dfba266e35499e0ae065504c55ae4 100644 (file)
@@ -973,6 +973,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)