2ODYFALOPGTUOZ2SP6VKKDLNZQ2IXS6F4ZUZZM2YZ2JG4S2UMOLAC
YXH3KDBRBW5ILKOLYDHHZPZ2OTM63SW7THCIGUAP4VAPRDT2JHVAC
XS5FAAN46G4BLUIFVKX5FJEX5H6SDPH3F35QO4E6PPOP4A6XQ7VAC
// misskey send resource as percent escaped let resource = match pct_str::PctStr::new(resource) { Ok(r) => std::borrow::Cow::Owned(r.decode()), Err(_) => std::borrow::Cow::Borrowed(resource), };
// misskey send resource as percent escaped
let resource = match pct_str::PctStr::new(resource) {
Ok(r) => std::borrow::Cow::Owned(r.decode()),
Err(_) => std::borrow::Cow::Borrowed(resource),
};