forked from mystiq/hydrogen-web
Merge pull request #33 from bwindels/bwindels/fixwedgie
Fix: remote id not being stored when receiving /send response
This commit is contained in:
commit
096800d91a
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ export default class SendQueue {
|
||||||
pendingEvent.eventType,
|
pendingEvent.eventType,
|
||||||
pendingEvent.txnId,
|
pendingEvent.txnId,
|
||||||
pendingEvent.content
|
pendingEvent.content
|
||||||
);
|
).response();
|
||||||
});
|
});
|
||||||
pendingEvent.remoteId = response.event_id;
|
pendingEvent.remoteId = response.event_id;
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in a new issue