lemmy
lemmy copied to clipboard
Add incoming activity hook for plugins
With this we can put insert_received_activity in a single place instead of repeating it in every single activity handler. More importantly it can also be used as a hook for plugins, so they can reject activities from specific instances, or specific users etc.
See https://github.com/LemmyNet/activitypub-federation-rust/pull/146 for library change.