Skip to content

Commit 3ecc077

Browse files
committed
"sender" -> "inviter"
1 parent 805e5ff commit 3ecc077

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

deltachat-jsonrpc/src/api/types/qr.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ pub enum QrObject {
3636
invitenumber: String,
3737
/// Authentication code.
3838
authcode: String,
39-
/// Whether the sender supports the new Securejoin v3 protocol
39+
/// Whether the inviter supports the new Securejoin v3 protocol
4040
is_v3: bool,
4141
},
4242
/// Ask the user whether to join the broadcast channel.
@@ -58,7 +58,7 @@ pub enum QrObject {
5858
invitenumber: String,
5959
/// Authentication code.
6060
authcode: String,
61-
/// Whether the sender supports the new Securejoin v3 protocol
61+
/// Whether the inviter supports the new Securejoin v3 protocol
6262
is_v3: bool,
6363
},
6464
/// Contact fingerprint is verified.

src/qr.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ pub enum Qr {
6262
/// Authentication code.
6363
authcode: String,
6464

65-
/// Whether the sender supports the new Securejoin v3 protocol
65+
/// Whether the inviter supports the new Securejoin v3 protocol
6666
is_v3: bool,
6767
},
6868

@@ -86,7 +86,7 @@ pub enum Qr {
8686
/// Authentication code.
8787
authcode: String,
8888

89-
/// Whether the sender supports the new Securejoin v3 protocol
89+
/// Whether the inviter supports the new Securejoin v3 protocol
9090
is_v3: bool,
9191
},
9292

@@ -113,7 +113,7 @@ pub enum Qr {
113113
/// Authentication code.
114114
authcode: String,
115115

116-
/// Whether the sender supports the new Securejoin v3 protocol
116+
/// Whether the inviter supports the new Securejoin v3 protocol
117117
is_v3: bool,
118118
},
119119

0 commit comments

Comments
 (0)