diff --git a/src/BirdsiteLive.Domain/UserService.cs b/src/BirdsiteLive.Domain/UserService.cs index d225888..7f4c55e 100644 --- a/src/BirdsiteLive.Domain/UserService.cs +++ b/src/BirdsiteLive.Domain/UserService.cs @@ -88,7 +88,7 @@ namespace BirdsiteLive.Domain preferredUsername = acct, name = twitterUser.Name, inbox = $"{actorUrl}/inbox", - summary = description, + summary = "[THIS IS A TWITTER MIRRORED ACCOUNT]

" + description, url = actorUrl, manuallyApprovesFollowers = twitterUser.Protected, discoverable = false, @@ -126,7 +126,7 @@ namespace BirdsiteLive.Domain { type = "PropertyValue", name = "Take control of the account", - value = $"https://{_instanceSettings.Domain}" + value = $"MANAGE" } }, endpoints = new EndPoints