Handle updatesTooLong properly

This commit is contained in:
Tulir Asokan
2018-01-08 11:36:59 +02:00
parent 9525fa7776
commit 9c5a6aa43d
3 changed files with 19 additions and 5 deletions
+1 -1
View File
@@ -226,7 +226,7 @@ class Portal {
// We don't care about user deletions on chats without portals
return
}
this.app.debug("yellow", "Service message received, creating room for", evt.to.id)
this.app.debug("magenta", "Service message received, creating room for", evt.to.id)
await this.createMatrixRoom(evt.source, { invite: [evt.source.matrixUser.userID] })
return
}