Add some missing awaits

This commit is contained in:
Tulir Asokan
2018-02-10 20:21:09 +02:00
parent 886a080a36
commit 772e80f74c
3 changed files with 10 additions and 8 deletions
+1 -1
View File
@@ -83,7 +83,7 @@ class MatrixHandler:
await puppet.intent.send_notice(room, "Portal to private chat created.")
else:
await puppet.intent.join_room(room)
await puppet.intent.send_notice(room, "This puppet will remain inactive until a"
await puppet.intent.send_notice(room, "This puppet will remain inactive until a "
"Telegram chat is created for this room.")
async def handle_invite(self, room, user, inviter):