Rename FromId07 -> FromId

This commit is contained in:
Kitaiti Makoto
2022-05-02 16:07:08 +09:00
parent 2804f44a06
commit d8a2e1925f
12 changed files with 25 additions and 25 deletions
+2 -2
View File
@@ -30,7 +30,7 @@ use chrono::{self, NaiveDateTime, TimeZone, Utc};
use diesel::{self, ExpressionMethods, QueryDsl, RunQueryDsl, SaveChangesDsl};
use plume_common::{
activity_pub::{
inbox::{AsActor, AsObject, AsObject07, FromId07},
inbox::{AsActor, AsObject, AsObject07, FromId},
sign::Signer,
Id, IntoId, ToAsString, ToAsUri, PUBLIC_VISIBILITY,
},
@@ -294,7 +294,7 @@ impl Comment {
}
}
impl FromId07<DbConn> for Comment {
impl FromId<DbConn> for Comment {
type Error = Error;
type Object = Note07;