2022-04-20 17:02:07 +02:00
|
|
|
{
|
2022-05-29 11:20:48 +02:00
|
|
|
"subject" : "acct:{{ acct }}",
|
2022-04-20 17:02:07 +02:00
|
|
|
"properties" :
|
|
|
|
{
|
2024-03-17 19:45:17 +01:00
|
|
|
"http://packetizer.com/ns/name" : "{{ user.cn }}"
|
2022-04-20 17:02:07 +02:00
|
|
|
},
|
|
|
|
"aliases" :
|
|
|
|
[
|
2022-05-29 11:20:48 +02:00
|
|
|
"https://mastodon.libretic.fr/users/{{ user.uid | replace('.', '') }}"
|
2022-04-20 17:02:07 +02:00
|
|
|
],
|
|
|
|
"links" :
|
|
|
|
[
|
|
|
|
{
|
|
|
|
"rel" : "http://webfinger.net/rel/profile-page",
|
|
|
|
"type": "text/html",
|
2022-05-29 11:20:48 +02:00
|
|
|
"href": "https://mastodon.libretic.fr/@{{ user.uid | replace('.', '') }}"
|
2022-04-20 17:02:07 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"rel": "self",
|
|
|
|
"type": "application/activity+json",
|
2022-05-29 11:20:48 +02:00
|
|
|
"href": "https://mastodon.libretic.fr/users/{{ user.uid | replace('.', '') }}"
|
2022-04-20 17:02:07 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"rel": "http://ostatus.org/schema/1.0/subscribe",
|
|
|
|
"template": "https://mastodon.libretic.fr/authorize_interaction?uri={uri}"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|