summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authornickago <ngonella@calpoly.edu>2015-07-16 14:23:27 -0700
committernickago <ngonella@calpoly.edu>2015-07-16 14:23:27 -0700
commitf99743bfa08c8c3c4a5264cf30c814d145a2e90f (patch)
treecdeeb1975f6f37a65ffa9588bd4a6cd034bc2c54 /web
parent19a34f312b91bd4575d3035ed5aa54369f392d79 (diff)
downloadchat-f99743bfa08c8c3c4a5264cf30c814d145a2e90f.tar.gz
chat-f99743bfa08c8c3c4a5264cf30c814d145a2e90f.tar.bz2
chat-f99743bfa08c8c3c4a5264cf30c814d145a2e90f.zip
readded space
Diffstat (limited to 'web')
-rw-r--r--web/react/utils/utils.jsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/react/utils/utils.jsx b/web/react/utils/utils.jsx
index ec2b7e7e8..81de07230 100644
--- a/web/react/utils/utils.jsx
+++ b/web/react/utils/utils.jsx
@@ -423,6 +423,7 @@ module.exports.textToJsx = function(text, options) {
highlightSearchClass = " search-highlight";
}
+
if (explicitMention &&
(UserStore.getProfileByUsername(explicitMention[1]) ||
Constants.SPECIAL_MENTIONS.indexOf(explicitMention[1]) !== -1))