From 37add84d292ec9a54ef7259f15866ce046ac0fc3 Mon Sep 17 00:00:00 2001 From: jeena Date: Tue, 3 Sep 2013 15:05:09 +0200 Subject: [PATCH] remove myself from mentions --- WebKit/scripts/controller/NewPost.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebKit/scripts/controller/NewPost.js b/WebKit/scripts/controller/NewPost.js index cd33d35..7806aba 100644 --- a/WebKit/scripts/controller/NewPost.js +++ b/WebKit/scripts/controller/NewPost.js @@ -89,7 +89,7 @@ function(APICalls, HostApp) { var entity = status.mentions[i].entity; // Sometimes there are mentions without entity, don't know why - if(entity) { + if(entity && entity != HostApp.stringForKey("entity")) { // fix broken profiles var profile = this.profiles[entity]; if(!profile) {