Add a model for posts

This commit is contained in:
Bat
2018-04-23 14:41:43 +01:00
parent 0e24b3cdb7
commit 268607da0e
6 changed files with 69 additions and 1 deletions
-1
View File
@@ -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 {