Skip to content
This repository was archived by the owner on Jul 8, 2021. It is now read-only.

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Sep 28, 2019
1 parent 0334624 commit 36924ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mautrix_twilio/portal.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ async def _create_matrix_room(self) -> RoomID:
type=EventType.ROOM_POWER_LEVELS, content=PowerLevelStateEventContent())
plc = initial_state[EventType.ROOM_POWER_LEVELS].content
plc.users[self.az.bot_mxid] = 100
plc.users[self.main_intent] = 100
plc.users[self.main_intent.mxid] = 100
for user_id in self.invite_users:
plc.users.setdefault(user_id, 100)
self.mxid = await self.main_intent.create_room(name=puppet.displayname,
Expand Down

0 comments on commit 36924ba

Please sign in to comment.