better handle for pleroma search

This commit is contained in:
Nicolas Constant 2019-07-03 20:15:53 -04:00
parent bdd6a1b1f3
commit 9011b593ee
No known key found for this signature in database
GPG Key ID: 1E9F677FB01A5688
1 changed files with 1 additions and 0 deletions

View File

@ -102,6 +102,7 @@ export class ActionBarComponent implements OnInit, OnDestroy {
if (!this.fullHandle.includes('@')) {
this.fullHandle += `@${account.url.replace('https://', '').split('/')[0]}`;
}
this.fullHandle = `@${this.fullHandle}`;
}
ngOnDestroy(): void {