use new handle for bsky
All checks were successful
ci/woodpecker/push/publish Pipeline was successful
All checks were successful
ci/woodpecker/push/publish Pipeline was successful
This commit is contained in:
parent
0543c2f36c
commit
311c1b9d3c
2 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@ async fn service_redirection(req: HttpRequest) -> impl Responder {
|
||||||
/* Socials links */
|
/* Socials links */
|
||||||
"twitter" => Some("https://twitter.com/Mylloon".to_owned()),
|
"twitter" => Some("https://twitter.com/Mylloon".to_owned()),
|
||||||
"mastodon" => Some("https://piaille.fr/@mylloon".to_owned()),
|
"mastodon" => Some("https://piaille.fr/@mylloon".to_owned()),
|
||||||
"bluesky" => Some("https://bsky.app/profile/mylloon.bsky.social".to_owned()),
|
"bluesky" => Some("https://bsky.app/profile/mylloon.fr".to_owned()),
|
||||||
"discord" => match info.get("scope") {
|
"discord" => match info.get("scope") {
|
||||||
Some("user") => Some("https://discord.com/users/158260864623968257/".to_owned()),
|
Some("user") => Some("https://discord.com/users/158260864623968257/".to_owned()),
|
||||||
Some("guild") => Some("https://discord.gg/Z5ePxH4".to_owned()),
|
Some("guild") => Some("https://discord.gg/Z5ePxH4".to_owned()),
|
||||||
|
|
|
@ -43,7 +43,7 @@
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noreferrer me"
|
rel="noreferrer me"
|
||||||
title="Compte Bluesky, alternative à Twitter, quand Elon aura rendu Twitter payant je serais principalement sur Bluesky"
|
title="Compte Bluesky, alternative à Twitter, quand Elon aura rendu Twitter payant je serais principalement sur Bluesky"
|
||||||
>mylloon.bsky.social</a
|
>mylloon.fr</a
|
||||||
>
|
>
|
||||||
</p>
|
</p>
|
||||||
</li>
|
</li>
|
||||||
|
|
Loading…
Reference in a new issue