Bungie-net / api

Resources for the Bungie.net API
Other
1.22k stars 92 forks source link

Destiny.Components.Profiles.DestinyProfileTransitoryPartyMember no longer returns displayName #1469

Open ash3825 opened 3 years ago

ash3825 commented 3 years ago

https://bungie-net.github.io/multi/schema_Destiny-Components-Profiles-DestinyProfileTransitoryPartyMember.html#schema_Destiny-Components-Profiles-DestinyProfileTransitoryPartyMember

When looking up the Transitory component in the Destiny2.GetProfile endpoint, the partyMembers objects no longer returns the displayName attribute

"profileTransitoryData": {
            "data": {
                "partyMembers": [
                    {
                        "membershipId": "4611686018439055244",
                        "emblemHash": 2166136261,
                        "status": 3
                    },
                    {
                        "membershipId": "4611686018428807753",
                        "emblemHash": 2166136261,
                        "status": 11
                    }
                ],
jshaffstall-bng commented 3 years ago

Thanks for the heads up! Sounds like it could be related to Cross Play changes.

Filed as TFS 1002818, but I don't have an ETA for a fix.