mirror of
https://github.com/chatmail/core.git
synced 2026-04-05 23:22:11 +03:00
refine bot testing and ac_member* handling
This commit is contained in:
@@ -21,6 +21,10 @@ class GroupTrackingPlugin:
|
||||
def ac_configure_completed(self, success):
|
||||
print("*** ac_configure_completed:", success)
|
||||
|
||||
@account_hookimpl
|
||||
def ac_chat_modified(self, chat):
|
||||
print("*** ac_chat_modified:", chat.id, chat.get_name())
|
||||
|
||||
@account_hookimpl
|
||||
def ac_member_added(self, chat, contact, sender):
|
||||
print("*** ac_member_added {} to chat {} from {}".format(
|
||||
|
||||
Reference in New Issue
Block a user