fix #76
This commit is contained in:
parent
126d4a34a4
commit
ab468aa039
|
@ -191,6 +191,9 @@ export class CreateStatusComponent implements OnInit, OnDestroy {
|
|||
globalUniqueMentions.push(mention);
|
||||
}
|
||||
|
||||
const selectedUser = this.toolsService.getSelectedAccounts()[0];
|
||||
globalUniqueMentions = globalUniqueMentions.filter(x => x.toLowerCase() !== `${selectedUser.username}@${selectedUser.instance}`.toLowerCase());
|
||||
|
||||
return globalUniqueMentions;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue