qr: remove outdated comment

The comment referred to using Param::SetLongitude instead of "n".
It was fixed in 6bb0c164f9
This commit is contained in:
link2xt
2021-05-15 17:15:13 +03:00
parent 05f9ac0583
commit 4391835a8d

View File

@@ -113,7 +113,6 @@ async fn decode_openpgp(context: &Context, qr: &str) -> Lot {
None
};
// what is up with that param name?
let name = if let Some(encoded_name) = param.get("n") {
let encoded_name = encoded_name.replace("+", "%20"); // sometimes spaces are encoded as `+`
match percent_decode_str(&encoded_name).decode_utf8() {