feat(activitypub): implement on_like and on_announce_received in ThoughtsObjectHandler
This commit is contained in:
@@ -46,6 +46,7 @@ pub async fn build(
|
||||
Arc::new(ThoughtsObjectHandler::new(
|
||||
Arc::new(PgActivityPubRepository::new(pool.clone())),
|
||||
base_url,
|
||||
None,
|
||||
)),
|
||||
base_url.to_string(),
|
||||
false,
|
||||
|
||||
Reference in New Issue
Block a user