Skip to content

Commit 5a6c198

Browse files
ashfameakirk
authored andcommitted
dont prefix room name with a #
1 parent 14a931f commit 5a6c198

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TeamSyncer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,7 @@ export class TeamSyncer {
646646
const {room_id} = await intent.createRoom({
647647
createAsClient: true,
648648
options: {
649-
name: `#${channel.name}`,
649+
name: channel.name,
650650
topic,
651651
visibility: isPublic ? "public" : "private",
652652
room_alias_name: alias,

0 commit comments

Comments
 (0)