0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00
ghost/apps/admin-x-activitypub/src
Michael Barrett 2e9dbd3ef0
Fixed suggested accounts not rendering in admin-x-activitypub (#21655)
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.
2024-11-20 14:07:05 +00:00
..
api Updated the local state after following an account (#21509) 2024-11-06 00:15:39 +07:00
assets/images Added empty state 2024-06-24 18:07:09 +01:00
components Fixed suggested accounts not rendering in admin-x-activitypub (#21655) 2024-11-20 14:07:05 +00:00
hooks Fixed suggested accounts not rendering in admin-x-activitypub (#21655) 2024-11-20 14:07:05 +00:00
styles Improved ActivityPub drawer view UI (#21521) 2024-11-07 15:59:29 +00:00
utils Handled non-string preferredUsername values (#21598) 2024-11-12 21:22:45 +07:00
App.tsx Improved ActivityPub drawer view UI (#21521) 2024-11-07 15:59:29 +00:00
index.tsx
MainContent.tsx Split inbox and feed into separate tabs (#21642) 2024-11-19 17:04:39 +00:00
standalone.tsx