chore: update everything to work with utoipa
This commit is contained in:
@@ -13,7 +13,7 @@ use rocket_empty::EmptyResponse;
|
||||
/// Remove your own, someone else's or all of a given reaction.
|
||||
///
|
||||
/// Requires `ManageMessages` if changing others' reactions.
|
||||
#[openapi(tag = "Interactions")]
|
||||
#[utoipa::path(tag = "Interactions")]
|
||||
#[delete("/<target>/messages/<msg>/reactions/<emoji>?<options..>")]
|
||||
pub async fn unreact_message(
|
||||
db: &State<Database>,
|
||||
|
||||
Reference in New Issue
Block a user