bluesky-social / atproto

Social networking technology created by Bluesky
Other
5.79k stars 412 forks source link

Missing com.atproto.admin.defs#actionViewDetail definition #1972

Open itsWindows11 opened 7 months ago

itsWindows11 commented 7 months ago

Describe the bug

In com.atproto.admin.getModerationAction output field, there's a ref to com.atproto.admin.defs#actionViewDetail. When searching for actionViewDetail in defs.json, I cannot find the definition of actionViewDetail at all. This may break lexicon parsers/source generators.

bnewbold commented 7 months ago

There was a refactor of the admin APIs a few weeks back, and the com.atproto.admin.getModerationAction Lexicon file no longer exists.

This was a bold/breaking move which we figured we could get away with because there are not many active projects using the admin lexicons. That will change soon, and the lexicons will be much more stable (matching the specified stability rules) once we open up the network.

Sorry for the disruption!