Hey, I’ve been subscribed to the app/scopes_update webhook for quite some time now. We’ve been using it with managed installations. Whenever we receive the app/scopes_update webhook, we update the value of the shop access scopes in our database. However, I’ve started noticing that we’re receiving some strange values in that column.
For instance, we’re seeing stores with access scopes like:
[removed_by_moderator]
Our app only uses a few of those. From what I understand, the “current” value of this webhook payload should only include the scopes that are currently in use, shouldn’t it?