LemmyNet/activitypub-federation-rust

Consider removing verify() methods

Nutomic opened this issue · 0 comments

It seemed logical to have separate methods to verify() and receive() data, but in practice it doesnt really help, and even leads to some duplicate code when you need to fetch an object multiple times. So maybe the methods ActivityHandler::verify() and ApubObject::verify() should just be removed.

cc @oknozor @MTRNord