feat: badges
- render badges in cards - render mentioned badges in chat - render host badge awards in chat - render accepted badges next to username
This commit is contained in:
@ -9,6 +9,9 @@ export const USER_CARDS = 17_777 as EventKind;
|
||||
export const CARD = 37_777 as EventKind;
|
||||
export const MUTED = 10_000 as EventKind;
|
||||
|
||||
export const DAY = 60 * 60 * 24;
|
||||
export const WEEK = 7 * DAY;
|
||||
|
||||
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