Fix line lengths and add limit to .editorconfig
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user