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

Add back activity send queue as optional feature #94

Closed Nutomic closed 6 months ago

Nutomic commented 6 months ago

Was removed in https://github.com/LemmyNet/activitypub-federation-rust/pull/75 because it doesnt work well enough for Lemmy. But for smaller projects, a basic queue is still better than no retry at all (or reimplementing it from scratch).