We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a6c198 commit eebbf7eCopy full SHA for eebbf7e
src/TeamSyncer.ts
@@ -602,7 +602,7 @@ export class TeamSyncer {
602
}
603
604
const aliasPrefix = this.getAliasPrefix(teamId);
605
- const alias = aliasPrefix ? `${aliasPrefix}${channel.name.toLowerCase()}` : undefined;
+ const alias = aliasPrefix ? `${aliasPrefix}${channel.name.toLowerCase()}` : channel.name.toLowerCase();
606
let topic: undefined|string;
607
if (channel.purpose) {
608
topic = channel.purpose.value;
0 commit comments