-
-
Notifications
You must be signed in to change notification settings - Fork 21
Updated client config controller to reference updated script name #1330
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Updated client config controller to reference updated script name #1330
Conversation
WalkthroughThe backend-driven frontend client identifier was renamed from "admin-x-activitypub" to "activitypub". The change updates emitted JSON client fields and the constructed CDN URL to reference the "activitypub" bundle. No control flow, version derivation, or error handling logic was modified. An ADR document was updated to reflect the same renaming. Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (2)
🚧 Files skipped from review as they are similar to previous changes (1)
🧰 Additional context used📓 Path-based instructions (1)src/**/*.ts📄 CodeRabbit inference engine (AGENTS.md)
Files:
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
ref https://linear.app/ghost/issue/PROD-2455 ref TryGhost/Ghost#24985 The `admin-x-activitypub` script has been renamed to just `activitypub` so the client config endpoint should be updated to reflect this change
2e37743
to
09f052a
Compare
ref https://linear.app/ghost/issue/PROD-2455
ref TryGhost/Ghost#24985
The
admin-x-activitypub
script has been renamed to justactivitypub
so the client config endpoint should be updated to reflect this change