Loading src/app/modules/channels/channel.component.ts +1 −1 Original line number Original line Diff line number Diff line Loading @@ -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()) { Loading Loading
src/app/modules/channels/channel.component.ts +1 −1 Original line number Original line Diff line number Diff line Loading @@ -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()) { Loading