diff --git a/src/BirdsiteLive.Domain/UserService.cs b/src/BirdsiteLive.Domain/UserService.cs
index 83d73fd..8131c7e 100644
--- a/src/BirdsiteLive.Domain/UserService.cs
+++ b/src/BirdsiteLive.Domain/UserService.cs
@@ -85,7 +85,7 @@ namespace BirdsiteLive.Domain
preferredUsername = acct,
name = twitterUser.Name,
inbox = $"{actorUrl}/inbox",
- summary = description,
+ summary = "This account is a replica from Twitter. Its author can't see your replies. If you find this service useful, please consider supporting us via our Patreon.
" + description,
url = actorUrl,
manuallyApprovesFollowers = twitterUser.Protected,
publicKey = new PublicKey()
@@ -111,6 +111,12 @@ namespace BirdsiteLive.Domain
type = "PropertyValue",
name = "Official",
value = $"https://twitter.com/{acct}"
+ },
+ new UserAttachment
+ {
+ type = "PropertyValue",
+ name = "Support this service",
+ value = $"https://www.patreon.com/birddotmakeup"
}
},
endpoints = new EndPoints