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
|
|
@ -140,7 +140,7 @@ export function NotificationProvider({ children }: { children: React.ReactNode }
|
|||
})
|
||||
}
|
||||
},
|
||||
onclose: (reasons) => {
|
||||
onAllClose: (reasons) => {
|
||||
if (reasons.every((reason) => reason === 'closed by caller')) {
|
||||
return
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue