chore: move ap_ports into activitypub adapter, delete activitypub-base
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
pub mod handler;
|
||||
pub mod note;
|
||||
pub mod port;
|
||||
pub mod urls;
|
||||
|
||||
pub use handler::ThoughtsObjectHandler;
|
||||
pub use note::ThoughtNote;
|
||||
pub use port::{AcceptNoteInput, ActivityPubRepository, ActorApUrls, OutboundFederationPort, OutboxEntry};
|
||||
pub use urls::ThoughtsUrls;
|
||||
|
||||
Reference in New Issue
Block a user