remove myself from mentions

This commit is contained in:
jeena 2013-09-03 15:05:09 +02:00
parent e39331d689
commit 37add84d29

View file

@ -89,7 +89,7 @@ function(APICalls, HostApp) {
var entity = status.mentions[i].entity; var entity = status.mentions[i].entity;
// Sometimes there are mentions without entity, don't know why // Sometimes there are mentions without entity, don't know why
if(entity) { if(entity && entity != HostApp.stringForKey("entity")) {
// fix broken profiles // fix broken profiles
var profile = this.profiles[entity]; var profile = this.profiles[entity];
if(!profile) { if(!profile) {