Django

Results 110 comments of Django
trafficstars

@jeremycherfas I've created [a new issue](https://github.com/idno/known/issues/3187) based on your comment, I hope you don't mind I tried to broaden the scope a bit. Were you considering a public post that...

Considering [landrok/activitypub](https://github.com/landrok/activitypub/) library relies on an [http-fondation Request](https://github.com/landrok/activitypub/blob/master/src/ActivityPhp/Server/Http/HttpSignature.php#L66) to work with incoming activities, I'm currently evaluating [Streamlined Request/Response Interface ](https://github.com/idno/known/issues/3029).

@benwerd In light of #2461, I propose Sprint 2 should bring annotations into a separate table. My other concern is regarding the adoption of standard messaging interface re: #3029. Doing...

You could create a Synced Pattern (reusable block), and either add it to your posts manually, or create a [Block Template](https://kinsta.com/blog/wordpress-block-templates/) to auto insert the synced pattern to new posts.

You could hook into `activitypub_the_content` filter and markup the hashtags, but I agree with Matthias this would be hacky and not necessarily supported by all mastodon clients, or other ActivityPub...

Admin account is typically easy to find, `/wp-json/wp/v2/users/1` will show the username. So security through obscurity falls a bit short. You might consider creating a new user just for publishing.

> Does the plugin, right now, essentially "create" an actor/profile for every user (author and up)? Even if it is never used to author content with @janboddez it does exactly...

One possibility would be to implement LD-signatures. When messages are signed this way, other servers accept them without looking up the post, this would help with the server load.

Yes, this is on the roadmap: https://github.com/pfefferle/wordpress-activitypub/projects/10#card-56132357

> I am not sure how this should look like from an UI perspective I think a post table row action would be appropriate within the current WP design system.