include meta in info endpoint

This commit is contained in:
2023-05-23 09:38:23 +02:00
parent 85204776d7
commit 6000553b95
2 changed files with 4 additions and 2 deletions

View File

@@ -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 {