fedimbed: forgot insensitive

This commit is contained in:
Cynthia Foxwell 2025-04-17 22:57:17 -06:00
parent c7bd947b21
commit 50c026aa30
Signed by: Cynosphere
SSH key fingerprint: SHA256:H3SM8ufP/uxqLwKSH7xY89TDnbR9uOHzjLoBr0tlajk

View file

@ -34,7 +34,7 @@ const PATH_REGEX = {
pixelfed: /^\/p\/(.+?)\/(.+?)\/?/,
//cohost: /^\/[A-Za-z0-9]+\/post\/\d+-[A-Za-z0-9-]+\/?/,
bluesky: BSKY_POST_REGEX,
twitter: /^\/[a-z0-9_]+\/status\/\d+\/?/,
twitter: /^\/([a-z0-9_]+)\/status\/(\d+)\/?/i,
};
const PLATFORM_COLORS = {