parent
3b3e21b8da
commit
929b81d4b4
2 changed files with 22 additions and 1 deletions
|
|
@ -188,7 +188,7 @@ class Util {
|
|||
Promise.all(setAsKnownPromises)
|
||||
.then(() => {
|
||||
// All devices now marked as "known", try to resend
|
||||
matrixClient.resendEvent(err.event)
|
||||
matrixClient.resendEvent(err.event, matrixClient.getRoom(err.event.getRoomId()))
|
||||
.then((result) => {
|
||||
console.log("Message sent: ", result);
|
||||
resolve(true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue