mirror of
https://github.com/versia-pub/activitypub.git
synced 2025-12-06 06:38:20 +01:00
fix: Todo into_json method in post::Model
This commit is contained in:
parent
ce5f97ac33
commit
3ebe83c52f
|
|
@ -63,7 +63,7 @@ impl Object for post::Model {
|
|||
}
|
||||
|
||||
async fn into_json(self, _data: &Data<Self::DataType>) -> Result<Self::Kind, Self::Error> {
|
||||
unimplemented!()
|
||||
todo!()
|
||||
}
|
||||
|
||||
async fn verify(
|
||||
|
|
|
|||
Loading…
Reference in a new issue