1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-29 16:43:09 +03:00

log event IDs of ignored calls

This commit is contained in:
Matthew Hodgson
2018-02-20 12:38:00 +00:00
parent ae14cf4740
commit 4fed2ea7bf

View File

@@ -3147,7 +3147,7 @@ function setupCallEventHandler(client) {
if (ignoreCallIds[e.getContent().call_id]) {
console.log(
'Ignoring previously answered/hungup call ' +
e.getContent().call_id,
e.getContent().call_id + ' (' + e.getId() + ')',
);
return;
}