add: question reactions
This commit is contained in:
parent
9ae9b6d4ea
commit
f452875fbe
7 changed files with 122 additions and 45 deletions
|
@ -8,6 +8,8 @@ pub enum AssetType {
|
|||
Community,
|
||||
#[serde(alias = "post")]
|
||||
Post,
|
||||
#[serde(alias = "question")]
|
||||
Question,
|
||||
#[serde(alias = "user")]
|
||||
User,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue