File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
deltachat-jsonrpc/src/api/types Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments