geduldig/TwitterAPI

HydrateType.REPLACE does not work with attachments.media_keys

antoniobocale opened this issue · 1 comments

{
    "data": [
        {
            ...
            "attachments": {
                "media_keys": [
                    "1234"
                ]
            }
        }
    ],
    "includes": {
        "media": [
            {
                "type": "photo",
                ...
                "media_key": "1234",
            }
        ]
    },
    "meta": {
        ...
    }
}

I uploaded a fix. See v2.7.3.
Thank you for spotting the issue.