add: don't allow blocked users to react to posts
This commit is contained in:
parent
d7a37809ba
commit
303703a9a6
2 changed files with 35 additions and 17 deletions
|
@ -2,7 +2,7 @@ use serde::{Deserialize, Serialize};
|
|||
use tetratto_shared::{snow::Snowflake, unix_epoch_timestamp};
|
||||
|
||||
/// All of the items which support reactions.
|
||||
#[derive(Serialize, Deserialize)]
|
||||
#[derive(Serialize, Deserialize, PartialEq, Eq)]
|
||||
pub enum AssetType {
|
||||
#[serde(alias = "community")]
|
||||
Community,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue