Webfinger: Add avatar relation
This commit is contained in:
parent
6a2f78d602
commit
4c428f3154
1 changed files with 5 additions and 0 deletions
|
@ -18,6 +18,11 @@
|
||||||
{
|
{
|
||||||
"rel": "http://ostatus.org/schema/1.0/subscribe",
|
"rel": "http://ostatus.org/schema/1.0/subscribe",
|
||||||
"template": "https://chaos.social/authorize_interaction?uri={uri}"
|
"template": "https://chaos.social/authorize_interaction?uri={uri}"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"rel": "http://webfinger.net/rel/avatar",
|
||||||
|
"type": "image/svg+xml",
|
||||||
|
"href": "https://nwex.de/avatar.svg"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue