Support blurhash
This commit is contained in:
parent
6f0b42656d
commit
543e9402d6
5 changed files with 19 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue