Implement disconnecting portals via provisioning API

This commit is contained in:
Tulir Asokan
2018-07-15 15:19:37 +03:00
parent c2879408cc
commit c55967c9f0
3 changed files with 75 additions and 11 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ class AuthAPI(abc.ABC):
log = logging.getLogger("mau.web.auth")
def __init__(self, loop):
self.loop = loop
self.loop = loop # type: asyncio.AbstractEventLoop
@abstractmethod
def get_login_response(self, status=200, state="", username="", mxid="", message="", error="",