mirror of
https://github.com/chatmail/core.git
synced 2026-04-19 14:36:29 +03:00
feat: Add import_vcard() (#5202)
Add a function importing contacts from the given vCard.
This commit is contained in:
@@ -311,4 +311,8 @@ pub enum EventType {
|
||||
/// ID of the changed chat
|
||||
chat_id: Option<ChatId>,
|
||||
},
|
||||
|
||||
/// Event for using in tests, e.g. as a fence between normally generated events.
|
||||
#[cfg(test)]
|
||||
Test,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user