[FIX] Jitsi call start updating subscriptions (#18837)

pull/18875/head
Diego Sampaio 5 years ago committed by GitHub
parent ab9a6d8c7d
commit 536eaadbe9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      app/videobridge/server/methods/jitsiSetTimeout.js

@ -45,12 +45,6 @@ Meteor.methods({
],
});
message.msg = TAPi18n.__('Started_a_video_call');
message.mentions = [
{
_id: 'here',
username: 'here',
},
];
callbacks.run('afterSaveMessage', message, { ...room, jitsiTimeout: currentTime + CONSTANTS.TIMEOUT });
}

Loading…
Cancel
Save