Fix line lengths and add limit to .editorconfig

This commit is contained in:
Tulir Asokan
2018-04-29 23:51:11 +03:00
parent 73e7b8f635
commit 1e0f2c72b5
5 changed files with 38 additions and 24 deletions
+2 -1
View File
@@ -229,7 +229,8 @@ class User(AbstractUser):
portal = po.Portal.get_by_entity(entity)
self.portals[portal.tgid_full] = portal
creators.append(
portal.create_matrix_room(self, entity, invites=[self.mxid], synchronous=synchronous_create))
portal.create_matrix_room(self, entity, invites=[self.mxid],
synchronous=synchronous_create))
self.save()
await asyncio.gather(*creators, loop=self.loop)