Fix federation of initial post/comment vote (fixes #1824)

This commit is contained in:
Felix Ableitner 2021-10-13 12:34:25 +02:00
parent f4c783cba5
commit b897b2893e

View file

@ -23,6 +23,7 @@ pub enum PostOrCommentForm {
}
#[derive(Deserialize)]
#[serde(untagged)]
pub enum PageOrNote {
Page(Box<Page>),
Note(Box<Note>),