ActivityPub – WordPress plugin | WordPress.org
https://wordpress.org/plugins/activitypub/#developers
7.9.0 – 2026-02-05
Added
- Add Fediverse Following block to display accounts the user follows.
- Add global default quote policy setting that can be overridden per-post.
- Add health check to verify scheduled events are registered and auto-repair if missing.
- Add location support for posts using WordPress Geodata post meta fields.
- Add Podlove Podcast Publisher integration for podcast episode federation.
- Add site health check to detect when security plugins block REST API access.
- Add Social Web item to the admin bar for quick access to the reader.
- Add soft delete support with Tombstone objects when post visibility changes to local/private.
- Custom emoji from the fediverse now show up instead of looking like :sad_trombone:.
- Make actor table columns filterable.
- Send Add/Remove activities when changing a post’s sticky status to improve interoperability with the featured collection.
- Show warning instead of reply link when logged-in user cannot federate replies to fediverse comments.
Changed
- Defer outbox processing to async execution to improve publishing performance.
- Move Jest mocks to tests/js directory for better project organization.
- Remove redundant __nextHasNoMarginBottom props now that @wordpress/components 32.0.0 defaults to true.
- Revert to synchronous outbox processing with improved timeout handling and WebFinger error caching.
Fixed
- Don’t filter the comment query when type__not_in has been set
- Filter comments on ActivityPub posts from REST API responses.
- Fix duplicate media attachments when featured image is also in post content.
- Fixed Federated Reply block embed appearing squished at 200×200 pixels for same-site embeds by passing explicit width to wp_oembed_get().
- Fixed pagination metadata leaking when “Hide Social Graph” privacy setting is enabled.
- Fix migration activities not being scheduled for federation due to hook registration timing.
- Fix older comments with empty type not being federated.
- Fix quote requests from Mastodon not being received.
- Fix users not being accessible after re-enabling ActivityPub capability.
- Hide admin REST API endpoints from discovery index.
- Show informational notice when trying to follow an already-followed account.
- Skip fetching public audience identifiers which are not actual recipients.
Google翻訳
7.9.0 – 2026-02-05
Added
- ユーザーがフォローしているアカウントを表示するための、Fediverse フォロー中ブロックを追加しました。
- 投稿ごとに上書き可能な、グローバルなデフォルトの引用ポリシー設定を追加しました。
- スケジュールされたイベントが登録されているかを確認し、登録されていない場合は自動修復するヘルスチェックを追加しました。
- WordPress Geodata 投稿メタフィールドを使用した投稿に位置情報のサポートを追加しました。
- Podlove Podcast Publisher との統合を追加し、ポッドキャストエピソードの連携を実現しました。
- セキュリティプラグインが REST API アクセスをブロックしていることを検出するサイトヘルスチェックを追加しました。
- リーダーに素早くアクセスできるように、管理バーにソーシャル Web 項目を追加しました。
- 投稿の公開設定がローカル/非公開に変更された際に、Tombstone オブジェクトでソフト削除をサポートしました。
- Fediverse のカスタム絵文字が、:sad_trombone: のように表示されるのではなく表示されるようになりました。
- アクターテーブルの列をフィルタリング可能にしました。
- 投稿の固定ステータスを変更する際に追加/削除アクティビティを送信することで、注目コレクションとの相互運用性を向上させました。
- ログインユーザーが Fediverse コメントへの返信を連携できない場合、返信リンクではなく警告を表示します。
Changed
- 公開パフォーマンスを向上させるため、送信トレイ処理を非同期実行に切り替えました。
- プロジェクト構成を改善するため、Jest モックを tests/js ディレクトリに移動しました。
- @wordpress/components 32.0.0 のデフォルトが true になったため、冗長な __nextHasNoMarginBottom プロパティを削除しました。
- タイムアウト処理と WebFinger エラーキャッシュを改善し、送信トレイ処理を同期に戻しました。
Fixed
- type__not_in が設定されている場合、コメントクエリをフィルタリングしない
- ActivityPub 投稿へのコメントを REST API レスポンスからフィルタリングする
- アイキャッチ画像が投稿コンテンツにも含まれている場合、メディア添付ファイルが重複する問題を修正
- wp_oembed_get() に明示的な幅を渡すことで、同一サイトへの埋め込みで Federated Reply ブロックが 200×200 ピクセルに圧縮されて表示される問題を修正
- 「ソーシャルグラフを非表示」プライバシー設定が有効になっている場合にページネーションメタデータが漏洩する問題を修正
- フック登録のタイミングにより、移行アクティビティがフェデレーションにスケジュールされない問題を修正
- 空タイプの古いコメントがフェデレーションされない問題を修正
- Mastodon からの引用リクエストが受信されない問題を修正
- ActivityPub 機能を再度有効にした後、ユーザーにアクセスできない問題を修正
- 管理用 REST API エンドポイントをディスカバリーインデックスから非表示にする
- 既にフォローされているアカウントをフォローしようとする際に情報通知を表示する
- 実際の受信者ではない公開オーディエンス ID の取得をスキップする

コメント