Commit 7dee62a2 authored by Mark Harding's avatar Mark Harding
Browse files

(chore): include full name in frontend title not just username

parent e59acb32
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -116,7 +116,7 @@ export class ChannelComponent {
        if (!(this.session.getLoggedInUser() && this.session.getLoggedInUser().guid === this.user.guid)) {
        if (!(this.session.getLoggedInUser() && this.session.getLoggedInUser().guid === this.user.guid)) {
          this.editing = false;
          this.editing = false;
        }
        }
        this.title.setTitle(this.user.username);
        this.title.setTitle(`${this.user.name} (@${this.user.username})`);


        this.context.set('activity', { label: `@${this.user.username} posts`, nameLabel: `@${this.user.username}`, id: this.user.guid });
        this.context.set('activity', { label: `@${this.user.username} posts`, nameLabel: `@${this.user.username}`, id: this.user.guid });
        if (this.session.getLoggedInUser()) {
        if (this.session.getLoggedInUser()) {