feat: voice_note field in entry frontmatter
This commit is contained in:
parent
ca9eaf0662
commit
d66e004b0d
3 changed files with 44 additions and 0 deletions
|
|
@ -212,6 +212,7 @@ async fn submit(
|
|||
date,
|
||||
website,
|
||||
drawing: drawing_filename,
|
||||
voice_note: String::new(),
|
||||
status: Status::Pending,
|
||||
},
|
||||
body: message,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue