diff --git a/Iceshrimp.Backend/Controllers/Federation/WellKnownController.cs b/Iceshrimp.Backend/Controllers/Federation/WellKnownController.cs index 4e8940b6..3cf4da17 100644 --- a/Iceshrimp.Backend/Controllers/Federation/WellKnownController.cs +++ b/Iceshrimp.Backend/Controllers/Federation/WellKnownController.cs @@ -82,6 +82,10 @@ public class WellKnownController(IOptions config, Databa Rel = "http://ostatus.org/schema/1.0/subscribe", Template = $"https://{config.Value.WebDomain}/authorize-follow?acct={{uri}}" } + ], + Aliases = [ + user.GetPublicUrl(config.Value), + user.GetPublicUri(config.Value) ] }; }