Fix minor things

This commit is contained in:
Tulir Asokan
2018-02-06 15:30:30 +02:00
parent d018189c74
commit 9ea0ab3df1
2 changed files with 7 additions and 3 deletions
+1 -1
View File
@@ -198,7 +198,7 @@ class IntentAPI:
return self.client.create_room(alias, is_public, name, topic, is_direct, invitees,
initial_state or {})
def invite(self, room_id, user_id, check_cache):
def invite(self, room_id, user_id, check_cache=False):
self.ensure_joined(room_id)
try:
ok_states = {"invite", "join"}