add missing semi-colon

pull/7347/head
Aaron Ogle 9 years ago
parent 3daf5207c8
commit eaf6d6d796
No known key found for this signature in database
GPG Key ID: 9DE7F8BEE517326A
  1. 2
      packages/rocketchat-lib/client/MessageAction.js

@ -106,7 +106,7 @@ Meteor.startup(function() {
let text = `[ ](${ url }) `;
if (Session.get('openedRoom').indexOf(Meteor.userId()) === -1) {
text += `@${ message.u.username }`
text += `@${ message.u.username }`;
}
if (input.value) {

Loading…
Cancel
Save