mirror of
https://github.com/chatmail/core.git
synced 2026-05-22 16:26:31 +03:00
cargo fmt
This commit is contained in:
committed by
holger krekel
parent
5b993f601f
commit
1d09d2f0d1
@@ -754,10 +754,7 @@ pub unsafe fn dc_handle_securejoin_handshake(
|
||||
ok_to_continue = true;
|
||||
}
|
||||
if ok_to_continue {
|
||||
if 0 == mark_peer_as_verified(
|
||||
context,
|
||||
&scanned_fingerprint_of_alice,
|
||||
) {
|
||||
if 0 == mark_peer_as_verified(context, &scanned_fingerprint_of_alice) {
|
||||
could_not_establish_secure_connection(
|
||||
context,
|
||||
contact_chat_id,
|
||||
@@ -779,10 +776,7 @@ pub unsafe fn dc_handle_securejoin_handshake(
|
||||
if 0 != join_vg {
|
||||
if !addr_equals_self(
|
||||
context,
|
||||
as_str(lookup_field(
|
||||
mimeparser,
|
||||
"Chat-Group-Member-Added",
|
||||
)),
|
||||
as_str(lookup_field(mimeparser, "Chat-Group-Member-Added")),
|
||||
) {
|
||||
info!(
|
||||
context,
|
||||
|
||||
Reference in New Issue
Block a user