Rename: get_sender07() -> get_sender()

This commit is contained in:
Kitaiti Makoto
2022-05-03 01:24:22 +09:00
parent 7dd56a71e3
commit 15134eed60
9 changed files with 18 additions and 18 deletions
+1 -1
View File
@@ -221,7 +221,7 @@ impl Media {
// TODO: conditional GET
request::get(
remote_url.as_str(),
User::get_sender07(),
User::get_sender(),
CONFIG.proxy().cloned(),
)?
.copy_to(&mut dest)?;