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

@ -140,7 +140,7 @@ export function NotificationProvider({ children }: { children: React.ReactNode }
})
}
},
onclose: (reasons) => {
onAllClose: (reasons) => {
if (reasons.every((reason) => reason === 'closed by caller')) {
return
}