Django

Results 111 comments of Django

@ThisIsMissEm in addition to what Matthias has outlined, the plugin supports Authorized fetch. It isn't yet documented but to enable it, you would set the `ACTIVITYPUB_AUTHORIZED_FETCH` const to true: `define(...

hey @mattwiebe, that is correct there isn't any option to handle the Blog User. > Should we merge this and a button to the Settings page that allows us to...

> we have to either still provide the signature for all users that had the plugin enabled, or return a 410 when requested with `Accept: application/activity+json`. I think we might...

@YourAutisticLife There isn't any agreed ActivityPub method yet to prevent or control who can [reply to a post](https://socialhub.activitypub.rocks/t/fep-5624-per-object-reply-control-policies/2723). The choice to include those replies and display them as comments on...

This is a fair expectation for the vast majority of ActivityPub software users.

A FEP is being proposed that covers most of the use cases. https://codeberg.org/fediverse/fep/src/branch/main/feps/fep-5624.md

> I ...never show them on post and pages There are 2 ways you could might do this currently: One is code based, using the following constant, you can disable...

😅 I actually started a follow up to #552 yesterday which checks for a delete actor request, compares to known commenters, and either skips the delete, or go ahead and...

@pfefferle This is what I've done in https://github.com/Automattic/wordpress-activitypub/pull/561

A screen grab of the issue https://user-images.githubusercontent.com/2895351/172036054-bfdc6591-adb2-421d-bc72-8a01dce883ba.mov