mirror of
https://github.com/versia-pub/activitypub.git
synced 2026-03-13 10:59:17 +01:00
feat: oci image
This commit is contained in:
parent
42133b257b
commit
5db0f6a37a
4 changed files with 30 additions and 7 deletions
|
|
@ -1,5 +1,8 @@
|
|||
use crate::{
|
||||
activities::{create_post::CreatePost, follow::{self, Follow}},
|
||||
activities::{
|
||||
create_post::CreatePost,
|
||||
follow::{self, Follow},
|
||||
},
|
||||
database::{State, StateHandle},
|
||||
entities::{self, user},
|
||||
error::Error,
|
||||
|
|
@ -42,7 +45,7 @@ pub struct DbUser {
|
|||
pub enum PersonAcceptedActivities {
|
||||
CreateNote(CreatePost),
|
||||
Follow(Follow),
|
||||
Accept(follow::Accept)
|
||||
Accept(follow::Accept),
|
||||
}
|
||||
|
||||
impl DbUser {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue