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

Disable retry queue #66

Closed cetra3 closed 1 year ago

cetra3 commented 1 year ago

Opening this back up because I've been asked to cut images for it almost daily lol!

Nutomic commented 1 year ago

Tests are failing, for some reason SearchableDbObjects needs to derive Debug. Also the code is turning into complete spaghetti, I hope your other PR can fix that.

cetra3 commented 1 year ago

I've fixed the tests on the other PR. I agree it's getting a bit of a mess. How about I close this one and work on merging this change into there (as well as making your suggestions & hopefully cleaning it up a bit more)

Nutomic commented 1 year ago

Okay thats fine, gonna close this PR then. Just make sure the other one doesnt have any breaking changes so it doesnt require a new major version.