mirror of
https://github.com/dergigi/boris.git
synced 2026-01-26 10:15:41 +01:00
fix: fix hidden bookmark detection by using applesauce's built-in logic
- Remove custom isEncryptedContent function that was too restrictive - Use applesauce's hasHiddenContent() and hasHiddenTags() functions instead - These properly detect encrypted content regardless of format - Remove failing relay.snort.social from relay list - Add detailed logging to show hidden content detection status
This commit is contained in:
@@ -22,7 +22,6 @@ function App() {
|
||||
const relayUrls = [
|
||||
'wss://relay.damus.io',
|
||||
'wss://nos.lol',
|
||||
'wss://relay.snort.social',
|
||||
'wss://relay.nostr.band',
|
||||
'wss://relay.dergigi.com',
|
||||
'wss://wot.dergigi.com'
|
||||
|
||||
Reference in New Issue
Block a user