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 901ffc9 commit 01114b7Copy full SHA for 01114b7
src/TeamSyncer.ts
@@ -617,6 +617,9 @@ export class TeamSyncer {
617
plUsers[admin] = 100;
618
}
619
620
+ // Important note: default alias needs to be undefined if alias prefix isn't used
621
+ // otherwise teamsync would fail to create new room since if room alias is specified,
622
+ // it needs to have exclusive access to such rooms (configured in app service config)
623
const aliasPrefix = this.getAliasPrefix(teamId);
624
const alias = aliasPrefix ? `${aliasPrefix}${channel.name.toLowerCase()}` : undefined;
625
let topic: undefined|string;
0 commit comments