From ae42b109e99d5b72dde90cc0e7be1296cc80079c Mon Sep 17 00:00:00 2001 From: Nicolas Constant Date: Sun, 25 Dec 2022 19:20:07 -0500 Subject: [PATCH] fix profile --- src/BirdsiteLive.Domain/UserService.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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