Add support for inviting users and initiating chats from Matrix

This commit is contained in:
Tulir Asokan
2018-01-28 17:02:32 +02:00
parent aadaffa97a
commit 143ca11f05
9 changed files with 208 additions and 39 deletions
+1
View File
@@ -24,6 +24,7 @@ class Puppet:
log = None
db = None
az = None
mxid_regex = None
cache = {}
def __init__(self, id=None, username=None, displayname=None, photo_id=None):