wordpress-activitypub icon indicating copy to clipboard operation
wordpress-activitypub copied to clipboard

Support reply controls

Open mediaformat opened this issue 3 years ago • 7 comments

This plugin follows Wordpress site options, but a Post's comment options are not advertised in anyway.

The streams project uses commentPolicy with various options:

'commentPolicy' can be any of 'authenticated' - matches the typical ActivityPub permissions 'contacts' - matches approved followers 'any connections' - matches followers regardless of approval 'site: foobar.com' - matches any actor or clone instance from 'foobar.com' 'public' - matches anybody at all, may require moderation if the network isn't known 'self' - matches the activity author only 'until=2001-01-01T00:00Z' - comments are closed after the date given. This can be supplied on its own or appended to any other commentPolicy string by preceding with a space; for example 'contacts until=2001-01-01T00:00Z'.

We could minimally support until with get_option( 'close_comments_days_old' ) + post_publish date.

https://github.com/w3c/activitypub/issues/319 replyPreference https://github.com/mastodon/mastodon/issues/8565

mediaformat avatar Nov 15 '22 20:11 mediaformat

A FEP is being proposed that covers most of the use cases.

https://codeberg.org/fediverse/fep/src/branch/main/feps/fep-5624.md

mediaformat avatar Nov 19 '22 22:11 mediaformat

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Mar 20 '23 08:03 stale[bot]

Keep

pfefferle avatar Mar 20 '23 08:03 pfefferle

This issue is stale because it has been open 120 days with no activity. Remove stale label or comment or this will be closed in 5 days.

github-actions[bot] avatar Oct 02 '23 01:10 github-actions[bot]

Mobilizon uses repliesModerationOption with allow_all, closed, moderated. PeerTube has a commentsEnabled field with true or false (Edit: which Mobilizon also has a fallback to!)

We are currently investigating this as well.

Menrath avatar Nov 30 '23 18:11 Menrath

This issue is stale because it has been open 120 days with no activity. Remove stale label or comment or this will be closed in 5 days.

github-actions[bot] avatar May 10 '24 01:05 github-actions[bot]