feat: ignore untrusted relay list and onion relays

This commit is contained in:
codytseng
2025-05-19 22:35:53 +08:00
parent 8d23c49908
commit c85892d6cd
3 changed files with 27 additions and 16 deletions

View File

@@ -54,7 +54,6 @@ const ProfilePage = forwardRef(({ id, index }: { id?: string; index?: number },
if (!topContainer) return
const checkHeight = () => {
console.log('checkHeight', topContainer.scrollHeight)
setTopContainerHeight(topContainer.scrollHeight)
}