QR with mailto link (type DC_QR_ADDR/320 ) in the parsed QR the ID of the unencrypted address contact instead of the encrypted contact, we normally when handling mailto links prefer the encrypted contact (it is used by bots to auto-complete commands via links in HTML messages)
when asking for "get contact by addr" we also return the encrypted contact ID already
I came into this problem because I wanted to parse mailto links via existing core api instead of having to manually parse it in the UI client
QR with mailto link (type
DC_QR_ADDR/320 ) in the parsed QR the ID of the unencrypted address contact instead of the encrypted contact, we normally when handling mailto links prefer the encrypted contact (it is used by bots to auto-complete commands via links in HTML messages)when asking for "get contact by addr" we also return the encrypted contact ID already
I came into this problem because I wanted to parse mailto links via existing core api instead of having to manually parse it in the UI client