diff --git a/src/matrix/room/sending/SendQueue.js b/src/matrix/room/sending/SendQueue.js index f85e9240..e89b3bae 100644 --- a/src/matrix/room/sending/SendQueue.js +++ b/src/matrix/room/sending/SendQueue.js @@ -43,7 +43,7 @@ export default class SendQueue { pendingEvent.eventType, pendingEvent.txnId, pendingEvent.content - ); + ).response(); }); pendingEvent.remoteId = response.event_id; //