feat(activitypub): ThoughtNote AP object and ThoughtsObjectHandler
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
pub mod handler;
|
||||
pub mod note;
|
||||
pub mod urls;
|
||||
|
||||
pub use handler::ThoughtsObjectHandler;
|
||||
pub use note::ThoughtNote;
|
||||
pub use urls::ThoughtsUrls;
|
||||
|
||||
Reference in New Issue
Block a user