feat: show relay close reasons in certain feeds
This commit is contained in:
parent
c110b303d7
commit
9267458bca
7 changed files with 35 additions and 11 deletions
|
|
@ -20,6 +20,7 @@ export default function SearchResult({ searchParams }: { searchParams: TSearchPa
|
|||
return (
|
||||
<NormalFeed
|
||||
subRequests={[{ urls: SEARCHABLE_RELAY_URLS, filter: { search: searchParams.search } }]}
|
||||
showRelayCloseReason
|
||||
/>
|
||||
)
|
||||
}
|
||||
|
|
@ -27,6 +28,7 @@ export default function SearchResult({ searchParams }: { searchParams: TSearchPa
|
|||
return (
|
||||
<NormalFeed
|
||||
subRequests={[{ urls: BIG_RELAY_URLS, filter: { '#t': [searchParams.search] } }]}
|
||||
showRelayCloseReason
|
||||
/>
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue