mirror of
https://github.com/versia-pub/activitypub.git
synced 2026-03-13 10:59:17 +01:00
fix: format
This commit is contained in:
parent
946804968e
commit
470f1f7eae
4 changed files with 8 additions and 6 deletions
|
|
@ -1 +1 @@
|
|||
pub mod objects;
|
||||
pub mod objects;
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
use url::Url;
|
||||
|
||||
pub enum LysandType {
|
||||
User
|
||||
User,
|
||||
}
|
||||
|
||||
pub struct User {
|
||||
|
|
@ -9,5 +9,5 @@ pub struct User {
|
|||
id: String,
|
||||
uri: Url,
|
||||
created_at: String,
|
||||
display_name: Option<String>
|
||||
}
|
||||
display_name: Option<String>,
|
||||
}
|
||||
|
|
|
|||
|
|
@ -42,9 +42,9 @@ mod database;
|
|||
mod entities;
|
||||
mod error;
|
||||
mod http;
|
||||
mod lysand;
|
||||
mod objects;
|
||||
mod utils;
|
||||
mod lysand;
|
||||
|
||||
#[derive(Debug, Serialize, Deserialize)]
|
||||
struct Response {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue