fix mention via context-menu

This commit is contained in:
Nicolas Constant 2019-07-09 01:40:59 -04:00
parent 7f8098d9a4
commit 9ed3f83c8e
No known key found for this signature in database
GPG Key ID: 1E9F677FB01A5688
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ export class CreateStatusComponent implements OnInit, OnDestroy {
} else {
this.getDefaultPrivacy();
}
this.status = `@${this.replyingUserHandle} `;
this.status = `${this.replyingUserHandle} `;
this.countStatusChar(this.status);
this.focus();