diff --git a/src/app/components/stream/status/action-bar/action-bar.component.ts b/src/app/components/stream/status/action-bar/action-bar.component.ts index fa15eb19..a381a9e9 100644 --- a/src/app/components/stream/status/action-bar/action-bar.component.ts +++ b/src/app/components/stream/status/action-bar/action-bar.component.ts @@ -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 {