Skip to content

Commit

Permalink
better name for policy room
Browse files Browse the repository at this point in the history
  • Loading branch information
jesopo committed Sep 16, 2022
1 parent fdd3f10 commit a24b689
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/appservice/MjolnirManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ export class ManagedMjolnir {
const listRoomId = await this.mjolnir.client.createRoom({
preset: "public_chat",
invite: [mjolnirOwnerId],
name: `${mjolnirOwnerId}'s policy room`,
initial_state: [{type: SHORTCODE_EVENT_TYPE, state_key: "", content: {shortcode: shortcode}}],
power_level_content_override: powerLevels,
});
Expand Down

0 comments on commit a24b689

Please sign in to comment.