fixed mentions even though they will be changed in the future... why

This commit is contained in:
Amish Shah
2015-12-19 21:22:06 +00:00
parent 941fd2fe98
commit 90045db92d
7 changed files with 26 additions and 8 deletions

View File

@@ -495,7 +495,10 @@ var InternalClient = (function () {
return this.resolver.resolveChannel(where).then(function (destination) {
//var destination;
var content = _this10.resolver.resolveString(_content);
var mentions = _this10.resolver.resolveMentions(content);
var resolved = _this10.resolver.resolveMentions(content);
var mentions = resolved[0],
content = resolved[1];
return _this10.apiRequest("post", _Constants.Endpoints.CHANNEL_MESSAGES(destination.id), true, {
content: content,