remove myself from mentions
This commit is contained in:
parent
e39331d689
commit
37add84d29
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||||
|
|
Reference in a new issue