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

This commit is contained in:
2026-05-17 22:48:22 +02:00
parent cd2eb48ddb
commit 9172c82d54
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;