Skip to content
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

Added API endpoint to repost a post #302

Merged
merged 6 commits into from
Feb 5, 2025
Merged

Added API endpoint to repost a post #302

merged 6 commits into from
Feb 5, 2025

Conversation

sagzy
Copy link
Contributor

@sagzy sagzy commented Feb 5, 2025

ref https://linear.app/ghost/issue/AP-702

  • added POST /actions/reposts/:id endpoint to repost a post
  • "Repost" is the equivalent of the "Announce" activity in the ActivityPub vocabulary, or "Boost" in the Mastodon vocabulary

ref https://linear.app/ghost/issue/AP-702
- added POST /actions/reposts/:id endpoint to create a Repost
- a Repost is the equivalent of the Announce activity in the ActivityPub vocabulary, or "Boost" in the Mastodon vocabulary
src/handlers.ts Outdated Show resolved Hide resolved
src/handlers.ts Outdated Show resolved Hide resolved
features/repost-activity.feature Outdated Show resolved Hide resolved
features/repost-activity.feature Outdated Show resolved Hide resolved
features/repost-activity.feature Outdated Show resolved Hide resolved
src/app.ts Show resolved Hide resolved
features/repost-activity.feature Outdated Show resolved Hide resolved
@sagzy sagzy marked this pull request as ready for review February 5, 2025 12:00
@sagzy sagzy enabled auto-merge (squash) February 5, 2025 12:06
@sagzy sagzy changed the title Added Create Repost API endpoint Added API endpoint to repost a post Feb 5, 2025
@sagzy sagzy merged commit 52648a0 into main Feb 5, 2025
2 checks passed
@sagzy sagzy deleted the add-repost-endpoint branch February 5, 2025 12:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants