forked from AkkomaGang/akkoma
Ingest blurhash field during transmogrification
This commit is contained in:
parent
2254e5e595
commit
2156de2fee
1 changed files with 1 additions and 0 deletions
|
@ -252,6 +252,7 @@ def fix_attachments(%{"attachment" => attachment} = object) when is_list(attachm
|
|||
}
|
||||
|> Maps.put_if_present("mediaType", media_type)
|
||||
|> Maps.put_if_present("name", data["name"])
|
||||
|> Maps.put_if_present("blurhash", data["blurhash"])
|
||||
else
|
||||
nil
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue