rename to more specific name, also not using the difficult to type "succeeded" word :)

This commit is contained in:
holger krekel
2019-11-27 06:27:43 +01:00
committed by Floris Bruynooghe
parent 618d74cd67
commit 76610f1e72
6 changed files with 6 additions and 6 deletions

View File

@@ -615,7 +615,7 @@ pub fn handle_securejoin_handshake(
.lookup_optional_field("Secure-Join-Group")
.unwrap_or_default();
let (group_chat_id, _, _) = chat::get_chat_id_by_grpid(context, &field_grpid);
context.call_cb(Event::SecurejoinSucceeded {
context.call_cb(Event::SecurejoinMemberAdded {
chat_id: group_chat_id,
contact_id: contact_id,
});