Room password auth

This commit is contained in:
BarsTiger
2023-07-25 17:25:26 +03:00
parent ebbcf83cec
commit 333cc8ddf2
2 changed files with 8 additions and 3 deletions

View File

@@ -12,6 +12,7 @@ class Connection(object):
ws: WebSocket
username: str
public_key: str
password: str
async def send_webmessage(self, obj: webmessages_union):
"""