feat: better clips
This commit is contained in:
@ -14,6 +14,12 @@ export const MUTED = 10_000 as EventKind;
|
||||
export const DAY = 60 * 60 * 24;
|
||||
export const WEEK = 7 * DAY;
|
||||
|
||||
export enum StreamState {
|
||||
Live = "live",
|
||||
Ended = "ended",
|
||||
Planned = "planned",
|
||||
}
|
||||
|
||||
export const defaultRelays = {
|
||||
"wss://relay.snort.social": { read: true, write: true },
|
||||
"wss://nos.lol": { read: true, write: true },
|
||||
|
Reference in New Issue
Block a user