diff --git a/README.md b/README.md index 8d35791..c10c6ce 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Getting closer to a stable release, it should be the "last" migration. ## Features - Implements a basic [ActivityPub](https://activitypub.rocks/) server (with federation) - - Compatible with [Mastodon](https://joinmastodon.org/) and others ([Pleroma](https://pleroma.social/), Hubzilla...) + - Compatible with [Mastodon](https://joinmastodon.org/) and others ([Pleroma](https://pleroma.social/), Plume, PixelFed, Hubzilla...) - Also implements a remote follow compatible with Mastodon instances - Exposes your outbox as a basic microblog - Support all content types from the Fediverse (`Note`, `Article`, `Page`, `Video`, `Image`, `Question`...) diff --git a/app.py b/app.py index 3486269..eef70fd 100644 --- a/app.py +++ b/app.py @@ -2585,6 +2585,7 @@ def post_to_outbox(activity: ap.BaseActivity) -> str: # Assign create a random ID obj_id = back.random_object_id() + activity.set_id(back.activity_url(obj_id), obj_id) back.save(Box.OUTBOX, activity) diff --git a/requirements.txt b/requirements.txt index e22d316..0820c85 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,7 +17,7 @@ bcrypt mf2py passlib git+https://github.com/erikriver/opengraph.git -git+https://github.com/tsileo/little-boxes.git +git+https://github.com/tsileo/little-boxes.git@litepub pyyaml pillow cachetools