mirror of
https://github.com/chatmail/core.git
synced 2026-05-23 00:36:32 +03:00
Format documentation comment for sync_qr_code_token_deletion
This commit is contained in:
@@ -109,8 +109,8 @@ impl Context {
|
|||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
|
|
||||||
// Add deleted qr-code token to the list of items to be synced
|
/// Adds deleted qr-code token to the list of items to be synced
|
||||||
// so that the token also gets deleted on the other devices.
|
/// so that the token also gets deleted on the other devices.
|
||||||
pub(crate) async fn sync_qr_code_token_deletion(
|
pub(crate) async fn sync_qr_code_token_deletion(
|
||||||
&self,
|
&self,
|
||||||
invitenumber: String,
|
invitenumber: String,
|
||||||
|
|||||||
Reference in New Issue
Block a user