chore: move ap_ports into activitypub adapter, delete activitypub-base

This commit is contained in:
2026-05-17 22:48:22 +02:00
parent 6936b7ce62
commit f12cc7e2a7
23 changed files with 2 additions and 4500 deletions

View File

@@ -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;