summary refs log tree commit diff
path: root/src/util/entities/Channel.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/entities/Channel.ts')
-rw-r--r--src/util/entities/Channel.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/entities/Channel.ts b/src/util/entities/Channel.ts

index 28c3af7f..ae05fa83 100644 --- a/src/util/entities/Channel.ts +++ b/src/util/entities/Channel.ts
@@ -517,7 +517,7 @@ export class Channel extends BaseClass { type: "Group", id: `https://${webDomain}/fed/channel/${this.id}`, name: this.name, - preferredUsername: this.name, + preferredUsername: this.id, summary: this.topic, icon: undefined,