(jqXHR, status, error)
| 53 | }) |
| 54 | }, |
| 55 | error (jqXHR, status, error) { |
| 56 | console.error(jqXHR) |
| 57 | return { |
| 58 | timeout: 5000, |
| 59 | text: `Deleting chat message failed with error code ${jqXHR.status}`, |
| 60 | type: 'error', |
| 61 | layout: 'topCenter' |
| 62 | } |
| 63 | }, |
| 64 | url: `/db/chat_message/${chatId}` |
| 65 | }) |
| 66 | } |
nothing calls this directly
no outgoing calls
no test coverage detected