mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-23 04:41:19 +00:00
parent
875171ed07
commit
2eb43889a4
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ pub enum PostOrCommentForm {
|
|||
}
|
||||
|
||||
#[derive(Deserialize)]
|
||||
#[serde(untagged)]
|
||||
pub enum PageOrNote {
|
||||
Page(Page),
|
||||
Note(Note),
|
||||
|
|
Loading…
Reference in a new issue