diff --git a/DysonNetwork.Sphere/ActivityPub/ActivityPubDeliveryService.cs b/DysonNetwork.Sphere/ActivityPub/ActivityPubDeliveryService.cs index 959b647..01eb93a 100644 --- a/DysonNetwork.Sphere/ActivityPub/ActivityPubDeliveryService.cs +++ b/DysonNetwork.Sphere/ActivityPub/ActivityPubDeliveryService.cs @@ -194,7 +194,7 @@ public class ActivityPubDeliveryService( { ["type"] = "Document", ["mediaType"] = "image/jpeg", - ["url"] = $"https://{Domain}/api/files/{a.Id}" + ["url"] = $"{AssetsBaseUrl}/{a.Id}" }).ToList() } }; @@ -248,7 +248,7 @@ public class ActivityPubDeliveryService( { ["type"] = "Document", ["mediaType"] = "image/jpeg", - ["url"] = $"https://{Domain}/api/files/{a.Id}" + ["url"] = $"{AssetsBaseUrl}/{a.Id}" }).ToList() } };