Skip to content
Snippets Groups Projects
Unverified Commit 536eaadb authored by Diego Sampaio's avatar Diego Sampaio Committed by GitHub
Browse files

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

parent ab9a6d8c
No related branches found
No related tags found
No related merge requests found
......@@ -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 });
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment