HydrateType.REPLACE does not work with attachments.media_keys
antoniobocale opened this issue · 1 comments
antoniobocale commented
{
"data": [
{
...
"attachments": {
"media_keys": [
"1234"
]
}
}
],
"includes": {
"media": [
{
"type": "photo",
...
"media_key": "1234",
}
]
},
"meta": {
...
}
}
geduldig commented
I uploaded a fix. See v2.7.3.
Thank you for spotting the issue.