added link to Patreon in profile description
This commit is contained in:
parent
425beb13ad
commit
17540d07cc
1 changed files with 7 additions and 1 deletions
|
@ -85,7 +85,7 @@ namespace BirdsiteLive.Domain
|
||||||
preferredUsername = acct,
|
preferredUsername = acct,
|
||||||
name = twitterUser.Name,
|
name = twitterUser.Name,
|
||||||
inbox = $"{actorUrl}/inbox",
|
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. <br>" + description,
|
||||||
url = actorUrl,
|
url = actorUrl,
|
||||||
manuallyApprovesFollowers = twitterUser.Protected,
|
manuallyApprovesFollowers = twitterUser.Protected,
|
||||||
publicKey = new PublicKey()
|
publicKey = new PublicKey()
|
||||||
|
@ -111,6 +111,12 @@ namespace BirdsiteLive.Domain
|
||||||
type = "PropertyValue",
|
type = "PropertyValue",
|
||||||
name = "Official",
|
name = "Official",
|
||||||
value = $"<a href=\"https://twitter.com/{acct}\" rel=\"me nofollow noopener noreferrer\" target=\"_blank\"><span class=\"invisible\">https://</span><span class=\"ellipsis\">twitter.com/{acct}</span></a>"
|
value = $"<a href=\"https://twitter.com/{acct}\" rel=\"me nofollow noopener noreferrer\" target=\"_blank\"><span class=\"invisible\">https://</span><span class=\"ellipsis\">twitter.com/{acct}</span></a>"
|
||||||
|
},
|
||||||
|
new UserAttachment
|
||||||
|
{
|
||||||
|
type = "PropertyValue",
|
||||||
|
name = "Support this service",
|
||||||
|
value = $"<a href=\"https://www.patreon.com/birddotmakeup\" rel=\"me nofollow noopener noreferrer\" target=\"_blank\"><span class=\"invisible\">https://</span><span class=\"ellipsis\">www.patreon.com/birddotmakeup</span></a>"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
endpoints = new EndPoints
|
endpoints = new EndPoints
|
||||||
|
|
Loading…
Add table
Reference in a new issue