mirror of
https://github.com/cupcakearmy/cryptgeon.git
synced 2025-09-09 02:40:40 +00:00
include meta in info endpoint
This commit is contained in:
@@ -11,7 +11,9 @@ pub struct Note {
|
||||
}
|
||||
|
||||
#[derive(Serialize, Deserialize, Clone)]
|
||||
pub struct NoteInfo {}
|
||||
pub struct NoteInfo {
|
||||
pub meta: String,
|
||||
}
|
||||
|
||||
#[derive(Serialize, Deserialize, Clone)]
|
||||
pub struct NotePublic {
|
||||
|
Reference in New Issue
Block a user