Skip to content

Fix quiet public EMA posts - #704

Merged
akirk merged 2 commits into
mainfrom
fix/quiet-public-ema
Aug 5, 2026
Merged

akirk merged 2 commits into
mainfrom
fix/quiet-public-ema

Conversation

@akirk

@akirk akirk commented Aug 2, 2026

Copy link
Copy Markdown
Owner

Fixes #700.

Summary

  • Map EMA visibility=unlisted posts to published WordPress posts with ActivityPub quiet-public visibility metadata.
  • Report quiet-public posts back to Mastodon clients as unlisted.
  • Add regression coverage for unlisted EMA status submission.

Testing

  • php -l integrations/class-enable-mastodon-apps.php
  • php -l tests/test-only-ema.php
  • composer check-cs
  • Not run: composer test -- --filter Only_EnableMastodonAppsTest tests/test-only-ema.php because /tmp/wordpress-tests-lib/includes/functions.php is missing locally.
Changelog
  • Automatically create a changelog entry from the details below

Type

  • Fixed

Message

Quiet public posts created through Mastodon apps are stored as published posts with quiet-public ActivityPub visibility.

@akirk
akirk merged commit fe56fa2 into main Aug 5, 2026
27 checks passed
@akirk
akirk deleted the fix/quiet-public-ema branch August 5, 2026 11:35
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.

Quiet Public posts don't work

1 participant