Add a model for posts
This commit is contained in:
@@ -6,7 +6,6 @@ use std::collections::HashMap;
|
||||
use db_conn::DbConn;
|
||||
use models::user::*;
|
||||
use models::instance::Instance;
|
||||
use activity_pub::Actor;
|
||||
|
||||
#[get("/me")]
|
||||
fn me(user: User) -> String {
|
||||
|
||||
Reference in New Issue
Block a user