♻️ Improve the code in activitypub and webfinger
This commit is contained in:
@@ -58,7 +58,7 @@ public class WebFingerController(
|
||||
{
|
||||
Rel = "http://webfinger.net/rel/profile-page",
|
||||
Type = "text/html",
|
||||
Href = $"https://{Domain}/users/{username}"
|
||||
Href = $"https://{Domain}/publishers/{username}"
|
||||
}
|
||||
]
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user