Skip to content

Commit

Permalink
Merge pull request #1 from BSGmarathon/bsg-subscription
Browse files Browse the repository at this point in the history
Add bsg's bsky account and oengus short urls
  • Loading branch information
goth-uhaul authored Jan 4, 2025
2 parents e2c9524 + 1a21c32 commit 16a3970
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/subscription.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@ const matchPatterns: RegExp[] = [
/(^|[\s\W])speedrun\.com($|[\W\s])/im,
//oengus
/(^|[\s\W])oengus\.io($|[\W\s])/im,
//oengus short urls
/(^|[\s\W])oengus\.fun($|[\W\s])/im,
//horaro
/(^|[\s\W])horaro\.org($|[\W\s])/im,
//'speedrun' AND a link to twitch.tv
Expand Down Expand Up @@ -143,6 +145,7 @@ const matchUsers: string[] = [
'did:plc:pz54re7np33stvrgz4bj6nbl', // rtajapan.bsky.social
'did:plc:mfmbxqdlvkunpb2i2rwdtvhn', // therun.bsky.social
'did:plc:275rmae3bc63ib5pcsmmtw5d', // fastestfurs.com
'did:plc:5f3tjhknxvpmjt2mazg7n57g', // bsgmarathon.bsky.social
]

// Exclude posts from these users
Expand Down

0 comments on commit 16a3970

Please sign in to comment.