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

@@ -249,5 +249,5 @@ pub enum Event {
/// @param data2 (int) contact_id
/// @return 0
#[strum(props(id = "2062"))]
SecurejoinSucceeded { chat_id: u32, contact_id: u32 },
SecurejoinMemberAdded { chat_id: u32, contact_id: u32 },
}