forked from Mirrors/gomuks
web/client: allow retrying unredacting
This commit is contained in:
parent
c210f696cc
commit
4a728e187c
1 changed files with 1 additions and 0 deletions
|
@ -240,6 +240,7 @@ export default class Client {
|
|||
err => {
|
||||
console.error(`Failed to fetch event ${eventID}`, err)
|
||||
if (unredact) {
|
||||
room.requestedEvents.delete(eventID)
|
||||
window.alert(`Failed to get unredacted content: ${err}`)
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue