Bluesky app fork with some witchin' additions 馃挮 witchsky.app
bluesky fork client
119
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 10 lines 252 B view raw
1import {type SafelinkRule} from '../db/schema' 2 3export const exampleRule: SafelinkRule = { 4 id: 1, 5 eventType: 'addRule', 6 url: 'https://malicious.example.com/phishing', 7 pattern: 'domain', 8 action: 'block', 9 createdAt: '2024-06-01T12:00:00Z', 10}