Support CoolQHttpApi message source

This commit is contained in:
Richard Chien
2017-02-15 23:39:37 +08:00
parent 74b3bad931
commit 318d642c90
8 changed files with 122 additions and 17 deletions

View File

@ -46,7 +46,7 @@ class Adapter(object):
if 'user_tid' in target and 'sender_tid' in target:
del target['user_tid']
def get_login_info(self, ctx_msg: dict):
def get_login_info(self):
return {}
def is_sender_superuser(self, ctx_msg: dict):