mirror of
https://github.com/chatmail/core.git
synced 2026-05-12 19:36:32 +03:00
fix #164 add MEMBER_REMOVED event and member_removed plugin python hook
This commit is contained in:
@@ -203,6 +203,10 @@ impl ContextWrapper {
|
||||
| Event::MemberAdded {
|
||||
chat_id,
|
||||
contact_id,
|
||||
}
|
||||
| Event::MemberRemoved {
|
||||
chat_id,
|
||||
contact_id,
|
||||
} => {
|
||||
ffi_cb(
|
||||
self,
|
||||
|
||||
Reference in New Issue
Block a user