Ghost/apps/admin-x-activitypub
Michael Barrett c54bcd1120 Fixed inbox tab not showing user's own posts in admin-x-activitypub (#21601)
refs
[AP-588](https://linear.app/ghost/issue/AP-588/inbox-tab-not-showing-users-own-posts)

Fixed inbox tab not showing user's own posts in admin-x-activitypub by
ensuring that the `includeOwn` parameter is set to `true` when fetching
the activities for the inbox tab
2024-11-13 12:09:45 -06:00
..
public/styles Added Ghost2Ghost ActivityPub feature that uses mock API (#20411) 2024-06-19 12:46:02 +01:00
src Fixed inbox tab not showing user's own posts in admin-x-activitypub (#21601) 2024-11-13 12:09:45 -06:00
test Added Ghost2Ghost ActivityPub feature that uses mock API (#20411) 2024-06-19 12:46:02 +01:00
.eslintignore Added ActivityPub playground (#20081) 2024-04-25 16:44:29 +08:00
.eslintrc.cjs Added ActivityPub playground (#20081) 2024-04-25 16:44:29 +08:00
.gitignore Added ActivityPub playground (#20081) 2024-04-25 16:44:29 +08:00
index.html Added ActivityPub playground (#20081) 2024-04-25 16:44:29 +08:00
package.json Handled non-string preferredUsername values (#21598) 2024-11-13 12:09:45 -06:00
playwright.config.mjs Added ActivityPub playground (#20081) 2024-04-25 16:44:29 +08:00
postcss.config.cjs Added ActivityPub playground (#20081) 2024-04-25 16:44:29 +08:00
tailwind.config.cjs Added ActivityPub playground (#20081) 2024-04-25 16:44:29 +08:00
tsconfig.json Added alternative layout for displaying ActivityPub articles (#20556) 2024-07-08 15:11:01 +01:00
vite.config.mjs Updated vite config to allow sibling test files 2024-07-24 13:38:08 +07:00