let me give you more context-
I was dorking around with adding soapbox to a modified pleroma backend, and I was getting 403 errors for admin users as it was trying to GET config, reports?state=open, and the users list that needs approval.
The FE was returning errors around:
admin:read:accounts admin:read:reportsI decided to poke around the pleroma code and rebased code to try and figure out where this was determined, but the file I mentioned was practically identical for both so I was curious what the actual mechanism was to provide this to the FE when it’s requested