(jqXHR, status, error)
| 146 | , 500) |
| 147 | }, |
| 148 | error (jqXHR, status, error) { |
| 149 | console.error(jqXHR) |
| 150 | return { |
| 151 | timeout: 5000, |
| 152 | text: `Deleting chat message failed with error code ${jqXHR.status}`, |
| 153 | type: 'error', |
| 154 | layout: 'topCenter' |
| 155 | } |
| 156 | }, |
| 157 | url: `/db/chat_message/${this.chat.id}` |
| 158 | }) |
| 159 | } |
no outgoing calls
no test coverage detected