fedimbed: forgot insensitive
This commit is contained in:
parent
c7bd947b21
commit
50c026aa30
1 changed files with 1 additions and 1 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue