Skip to content
Snippets Groups Projects

Admin firehose

Merged Brian Hatchet requested to merge brianhatchet/front:admin_firehose into master
3 unresolved threads
3 files
+ 6
4
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -116,7 +116,7 @@ export class ChannelComponent {
if (!(this.session.getLoggedInUser() && this.session.getLoggedInUser().guid === this.user.guid)) {
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 });
if (this.session.getLoggedInUser()) {
Loading