mirror of
https://github.com/chatmail/core.git
synced 2026-05-03 05:16:28 +03:00
Document PeerstateChange
This commit is contained in:
@@ -688,6 +688,10 @@ pub(crate) async fn maybe_do_aeap_transition(
|
|||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// Type of the peerstate change.
|
||||||
|
///
|
||||||
|
/// Changes to the peerstate are notified to the user via a message
|
||||||
|
/// explaining the happened change.
|
||||||
enum PeerstateChange {
|
enum PeerstateChange {
|
||||||
/// The contact's public key fingerprint changed, likely because
|
/// The contact's public key fingerprint changed, likely because
|
||||||
/// the contact uses a new device and didn't transfer their key.
|
/// the contact uses a new device and didn't transfer their key.
|
||||||
|
|||||||
Reference in New Issue
Block a user