Commit 1d3aa9f4 authored by Pete Nicholls's avatar Pete Nicholls

Add model to onCallButtonClicked event payload

parent 410b80c3
...@@ -1172,7 +1172,8 @@ ...@@ -1172,7 +1172,8 @@
ev.stopPropagation(); ev.stopPropagation();
converse.emit('onCallButtonClicked', { converse.emit('onCallButtonClicked', {
connection: converse.connection connection: converse.connection,
model: this.model
}); });
}, },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment