about summary refs log tree commit diff
path: root/app/javascript/mastodon/actions/identity_proofs.js
AgeCommit message (Collapse)Author
2020-03-28Fix 404 and 410 API errors being silently discarded in WebUI (#13279)ThibG
* Fix 404 and 410 API errors being silently discarded in WebUI Fixes #13278 * Return more appropriate error when user replies to a deleted toot * Please CodeClimate * Fix 404/410 errors on fetching account timelines & identity proofs * Refactor error handling * Move error message string to statuses.errors
2019-03-28squashed identity proof updates (#10375)Alex Gessner