feat: show relay close reasons in certain feeds

This commit is contained in:
codytseng
2025-09-23 22:42:25 +08:00
parent c110b303d7
commit 9267458bca
7 changed files with 35 additions and 11 deletions

View File

@@ -55,6 +55,7 @@ export default function Relay({ url, className }: { url?: string; className?: st
subRequests={[
{ urls: [normalizedUrl], filter: debouncedInput ? { search: debouncedInput } : {} }
]}
showRelayCloseReason
/>
</div>
)