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
@@ -349,7 +349,7 @@ impl FromId<DbConn> for Comment {
Ok(comm)
}
fn get_sender07() -> &'static dyn Signer {
fn get_sender() -> &'static dyn Signer {
Instance::get_local_instance_user().expect("Failed to local instance user")
}
}