mattermost / mattermost-plugin-apps

Powers the Mattermost App Framework
https://developers.mattermost.com/integrate/apps/
Apache License 2.0
34 stars 29 forks source link

Setting expand to "summary" results in no expansion for oauth2_user and oauth2_app #396

Closed mickmister closed 1 year ago

mickmister commented 1 year ago

There is a breaking change in https://github.com/mattermost/mattermost-plugin-apps/pull/336, where we stopped allowing expand summary for some expandable objects. Some apps being developed were using this, and the apps are now breaking from this change. Note that this information is not documented here https://developers.mattermost.com/integrate/apps/structure/call-metadata/#expand-levels, so there's not a standard to adhere to, but we should try not to introduce changes that could break existing apps.