diff --git a/app/js/message_composer.js b/app/js/message_composer.js index 6573edf7..f7e716df 100644 --- a/app/js/message_composer.js +++ b/app/js/message_composer.js @@ -53,7 +53,7 @@ if (Array.isArray(shortcut)) { shortcut = shortcut[0]; } - if (shortcut && typeof shortcut !== 'string') { + if (shortcut && typeof shortcut === 'string') { if (shortcut.charAt(0) == ':') { shortcut = shortcut.substr(1, shortcut.length - 2); }