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