refactor: 🚚 Do full rename of Lysand to Versia

This commit is contained in:
Jesse Wierzbinski 2024-08-13 16:47:37 +02:00
parent a106e7acef
commit 6414337a30
No known key found for this signature in database
21 changed files with 88 additions and 88 deletions

View file

@ -68,7 +68,7 @@ All properties are optional.
Location does not need to be precise, and can be as simple as `+46+002/` (France) or `+48.52+002.20/` (Paris, France).
</Property>
<Property name="aliases" type="URI[]" required={false} typeLink="/types#uri">
Lysand profiles that should be considered aliases of this profile.
Versia profiles that should be considered aliases of this profile.
</Property>
</Properties>
</Col>
@ -81,7 +81,7 @@ All properties are optional.
"type": "User",
// ...
"extensions": { // [!code focus:100]
"org.lysand:vanity": {
"pub.versia:vanity": {
"avatar_overlays": [
{
"image/png": {
@ -124,7 +124,7 @@ All properties are optional.
"location": "+40.6894-074.0447/",
"aliases": [
"https://burger.social/accounts/349ee237-c672-41c1-aadc-677e185f795a",
"https://social.lysand.org/users/f565ef02-035d-4974-ba5e-f62a8558331d"
"https://versia.social/users/f565ef02-035d-4974-ba5e-f62a8558331d"
]
}
}