Store user portals and kick when logging out. Fixes #53
This commit is contained in:
@@ -79,6 +79,7 @@ class MatrixHandler:
|
||||
pass
|
||||
portal.mxid = room
|
||||
portal.save()
|
||||
inviter.register_portal(portal)
|
||||
await puppet.intent.send_notice(room, "Portal to private chat created.")
|
||||
else:
|
||||
await puppet.intent.join_room(room)
|
||||
|
||||
Reference in New Issue
Block a user