ShareDialog: add share on Bluesky button

This adds a button to share a user's matrix.to link on the Bluesky
platform.

Signed-off-by: Ethan Carter Edwards <ethan@ethancedwards.com>
pull/28885/head
Ethan Carter Edwards 2025-01-06 20:14:03 -05:00
parent 7b565e7997
commit de3e4dc3da
No known key found for this signature in database
GPG Key ID: D83DC5377393C7E6
2 changed files with 5 additions and 0 deletions

BIN
res/img/social/bluesky.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@ -34,6 +34,11 @@ const SOCIALS = [
img: require("../../../../res/img/social/twitter-2.png"), img: require("../../../../res/img/social/twitter-2.png"),
url: (url: string) => `https://twitter.com/home?status=${url}`, url: (url: string) => `https://twitter.com/home?status=${url}`,
}, },
{
name: "Bluesky",
img: require("../../../../res/img/social/bluesky.png"),
url: (url: string) => `https://bsky.app/intent/compose?text=${url}`,
},
{ {
name: "LinkedIn", name: "LinkedIn",
img: require("../../../../res/img/social/linkedin.png"), img: require("../../../../res/img/social/linkedin.png"),