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

@ -31,6 +31,7 @@ export default function RelaysFeed() {
subRequests={[{ urls: relayUrls, filter: {} }]}
areAlgoRelays={areAlgoRelays}
isMainFeed
showRelayCloseReason
/>
)
}