mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
2e9dbd3ef0
refs [AP-606](https://linear.app/ghost/issue/AP-606/suggested-accounts-not-rendering-due-to-404) Some of the suggested accounts in `admin-x-activitypub` were not rendering due to the requests for the data returning a 404. This was due to incorrect account handles being used. This commit fixes the issue by ensuring the correct handles are being used. This commit also adds a new hook to handle the fetching of suggested accounts that also limits and randomizes the accounts returned. |
||
---|---|---|
.. | ||
public/styles | ||
src | ||
test | ||
.eslintignore | ||
.eslintrc.cjs | ||
.gitignore | ||
index.html | ||
package.json | ||
playwright.config.mjs | ||
postcss.config.cjs | ||
tailwind.config.cjs | ||
tsconfig.json | ||
vite.config.mjs |