diff --git a/lib/roles/app.js b/lib/roles/app.js index 4bb90eea..117d0786 100644 --- a/lib/roles/app.js +++ b/lib/roles/app.js @@ -428,13 +428,11 @@ module.exports = function(options) { )) ]) }) - .on('clipboard.copy', function(channel, responseChannel, data) { + .on('clipboard.copy', function(channel, responseChannel) { joinChannel(responseChannel) push.send([ channel - , wireutil.envelope(new wire.CopyMessage( - data.text - )) + , wireutil.envelope(new wire.CopyMessage()) ]) }) .on('device.identify', function(channel, responseChannel) {