We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3aac6dd commit 109839eCopy full SHA for 109839e
1 file changed
shared/utils/constants.ts
@@ -83,7 +83,7 @@ export const BACKGROUND_THEMES = {
83
// INFO: Regex for capture groups
84
export const BLUESKY_URL_EXTRACT_REGEX = /profile\/([^/]+)\/post\/([^/]+)/
85
export const BSKY_POST_AT_URI_REGEX =
86
- /^at:\/\/(did:plc:[a-z0-9]+)\/app\.bsky\.feed\.post\/([a-z0-9]+)$/
+ /^at:\/\/(did:[a-z]+:[\w.:%-]+)\/app\.bsky\.feed\.post\/([a-z0-9]+)$/
87
export const BLOG_META_TAG_REGEX =
88
/<meta[^>]*(?:property|name)=["']([^"']+)["'][^>]*content=["']([^"']+)["'][^>]*>/gi
89
export const META_TAG_TITLE_REGEX = /<title>([^<]*)<\/title>/i
0 commit comments