mirror of
https://gitdab.com/cadence/out-of-your-element.git
synced 2025-09-11 04:33:02 +02:00
Fix retrying d->m errors
This commit is contained in:
parent
e306b95764
commit
50ca219fc1
2 changed files with 2 additions and 2 deletions
|
@ -177,7 +177,7 @@ async function onRetryReactionAdd(reactionEvent) {
|
|||
}
|
||||
|
||||
// Redact the error to stop people from executing multiple retries
|
||||
api.redactEvent(roomID, event.event_id)
|
||||
await api.redactEvent(roomID, event.event_id)
|
||||
}
|
||||
|
||||
sync.addTemporaryListener(as, "type:m.room.message", guard("m.room.message",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue