add DC_EVENT_SECUREJOIN_SUCCEEDED

This commit is contained in:
B. Petersen
2019-11-26 22:48:19 +01:00
committed by holger krekel
parent 22a0e3fe9c
commit f53b3c2e7b
5 changed files with 35 additions and 0 deletions

View File

@@ -175,6 +175,15 @@ impl ContextWrapper {
contact_id as uintptr_t,
progress as uintptr_t,
),
Event::SecurejoinSucceeded {
chat_id,
contact_id,
} => ffi_cb(
self,
event_id,
chat_id as uintptr_t,
contact_id as uintptr_t,
),
}
}
None => 0,