TimScholzESC

Results 3 comments of TimScholzESC

This is the output for the same code: 5.12: {"@odata.type":"#Microsoft.Graph.channel","displayName":"Leitung","members":[{"@odata.type":"#microsoft.graph.aadUserConversationMember","[email protected]":"https://graph.microsoft.com/v1.0/users(\u0027f4c890e1-3580-4553-8aad-5ca386498a2c\u0027)","roles":["owner"]},{"@odata.type":"#microsoft.graph.aadUserConversationMember","[email protected]":"https://graph.microsoft.com/v1.0/users(\u0027678b4b94-7f11-4324-bcbc-7f5a62d9ff20\u0027)","roles":["owner"]}],"membershipType":"private"} 5.13: {"displayName":"Leitung","membershipType":"private"}

Thanks for the respond @andrueastman. I tried to reproduce it in another project and i couldn't for now, There is a lot of code between the initialization of the Channel...

Hi, @andrueastman Seems like getting Channels from a Team object and than removing them from the Team object is causing the problem. This was working in 5.12 and isn't in...