Ghost/apps/admin-x-activitypub
Fabien 'egg' O'Carroll 3e4b8d825d
Fixed Follow for ActivityPub (#20544)
We need to make requests to the frontend URL, not the Admin API - but
the Admin X Framework doesn't currently support that, so instead we'll
use a simple `fetch` for now.

---------

Co-authored-by: Princi Vershwal <vershwal.princi@gmail.com>
2024-07-04 10:58:18 +00:00
..
public/styles Added Ghost2Ghost ActivityPub feature that uses mock API (#20411) 2024-06-19 12:46:02 +01:00
src Fixed Follow for ActivityPub (#20544) 2024-07-04 10:58:18 +00:00
test Added Ghost2Ghost ActivityPub feature that uses mock API (#20411) 2024-06-19 12:46:02 +01:00
.eslintignore
.eslintrc.cjs
.gitignore
index.html
package.json Added Ghost2Ghost ActivityPub feature that uses mock API (#20411) 2024-06-19 12:46:02 +01:00
playwright.config.mjs
postcss.config.cjs
tailwind.config.cjs
tsconfig.json
vite.config.mjs