chore: replace local activitypub-base with k-ap git dep

This commit is contained in:
2026-05-17 23:06:20 +02:00
parent f80d3b5983
commit 6efc47a891
36 changed files with 15 additions and 3181 deletions

View File

@@ -8,7 +8,7 @@ use domain::{
};
use std::sync::Arc;
use activitypub_base::ActivityPubService;
use k_ap::ActivityPubService;
use crate::objects::review_to_ap_object;
use crate::urls::{actor_url, review_url};