feat: worker-relay pkg

This commit is contained in:
2024-01-15 16:57:20 +00:00
parent 6899e46622
commit a7ac246a43
12 changed files with 421 additions and 11 deletions

View File

@ -122,5 +122,5 @@ export const DefaultPreferences = {
checkSigs: true,
autoTranslate: true,
hideMutedNotes: false,
...CONFIG.defaultPreferences,
...(CONFIG ?? {})?.defaultPreferences,
} as UserPreferences;