Skip to content

fix(activitypub): posts should not contain site level wallet addreses#50

Merged
adrianboros merged 3 commits intomainfrom
33-posts-must-only-contain-wallet-addresses-when-overriding-site-level-wallet-addresses
Feb 17, 2026
Merged

fix(activitypub): posts should not contain site level wallet addreses#50
adrianboros merged 3 commits intomainfrom
33-posts-must-only-contain-wallet-addresses-when-overriding-site-level-wallet-addresses

Conversation

@adrianboros
Copy link
Copy Markdown
Collaborator

No description provided.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates monetization wallet selection so ActivityPub (and feed item) outputs don’t unintentionally include site-level wallet addresses.

Changes:

  • Excludes site wallet when generating per-item monetization links for RSS2/Atom feed entries.
  • Adjusts ActivityPub monetization generation to use post-specific wallets only (and adds an error fallback path).
  • Bumps plugin/package versions and regenerates the translation template metadata.

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 5 comments.

File Description
src/frontend/class-frontend.php Excludes site wallet from feed item links; changes ActivityPub monetization wallet selection and adds a post-only wallet helper.
package.json Bumps package version to 1.0.2.
languages/interledger-web-monetization-integration.pot Updates POT metadata (year/version/timestamps) and line references.
interledger-web-monetization-integration.php Bumps plugin header version to 1.0.2.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread src/frontend/class-frontend.php
Comment thread src/frontend/class-frontend.php
Comment thread src/frontend/class-frontend.php Outdated
Comment thread src/frontend/class-frontend.php Outdated
Comment thread src/frontend/class-frontend.php
@adrianboros adrianboros merged commit 85ebc72 into main Feb 17, 2026
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.

Posts must only contain wallet addresses when overriding site-level wallet addresses

2 participants