Ingest blurhash field during transmogrification

This commit is contained in:
Mark Felder 2020-11-11 13:39:02 -06:00
parent 2254e5e595
commit 2156de2fee
1 changed files with 1 additions and 0 deletions

View File

@ -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