LemmyNet / activitypub-federation-rust

High-level Rust library for the Activitypub protocol
GNU Affero General Public License v3.0
409 stars 46 forks source link

Refactor the activity queue & fix broken tests #67

Closed cetra3 closed 1 year ago

cetra3 commented 1 year ago

This PR makes a few changes:

Nutomic commented 1 year ago

Im closing this in favor of https://github.com/LemmyNet/lemmy/pull/3605 which has multiple advantages.

phiresky commented 1 year ago

I guess I will make a PR that mostly takes the prepare_raw() etc functions from this PR and removes the rest of the activity queue? for https://github.com/LemmyNet/lemmy/pull/3605