Django

Results 77 comments of Django

> My question is: can I start using the same @blog@* account? This will not work for any instance that has previously interacted with the pterotype acct, since those instances...

Essentially the Pterotype actor would need to send a`Move` activity: ``` { "@context": "https://www.w3.org/ns/activitystreams", "id": "https://old.instance/users/someusername#moves/1", "type": "Move", "target": "https://new.instance/users/someothername", "actor": "https://old.instance/users/someusername", "object": "https://old.instance/users/someusername" } ``` And our new Actor...

> @mediaformat had a look at the migration part... I am not sure if this is a good idea, because it could be very distructive! I think we should stick...

@pfefferle the `\add_post_meta( $post_id, 'activitypub_canonical_url', \get_permalink( $post_id ), true );` looks good

There isn't a staging server, I'm testing this locally with ngrok, and mastodon. The AP payloads are pretty typical/similar to other implementations

Ok, a few things broke and are left to fix - processing remote comments (update, delete) Also, I'll probably extract the post/comments replies collection into a separate PR, to reduce...

> I would love to: > * simplify the code a bit (move global functions to transformer and similar stuff) > * Start with inbox-handlers to have the code a...

@HammyHavoc This PR is very out of date, the work was largely ported to #142, and the remaining items will be added to a subsequent PR.

@baby-gnu For your site you can use Settings -> Discussion, or choose per-post Discussion setting (un-check allow comments). However, fediverse users can still reply to a post, this is a...