fix: failed DM error handling #19
@ -166,7 +166,7 @@ export const sendDM = async (
|
||||
toast.error('An error occurred while publishing DM')
|
||||
|
||||
errResults.forEach((errResult: any) => {
|
||||
toast.error(`${errResult.relay} -- ${errResult.error}`)
|
||||
toast.error(`Publishing to ${errResult.relay} caused the following error: ${errResult.error}`)
|
||||
})
|
||||
|
||||
return null
|
||||
|
Loading…
Reference in New Issue
Block a user