We can't mix GET and POST (in the comment form)
in_response_to was always null
This commit is contained in:
+5
-1
@@ -17,7 +17,11 @@ use plume_models::{
|
||||
safe_string::SafeString,
|
||||
users::User
|
||||
};
|
||||
use routes::comments::CommentQuery;
|
||||
|
||||
#[derive(FromForm)]
|
||||
struct CommentQuery {
|
||||
responding_to: Option<i32>
|
||||
}
|
||||
|
||||
// See: https://github.com/SergioBenitez/Rocket/pull/454
|
||||
#[get("/~/<blog>/<slug>", rank = 4)]
|
||||
|
||||
Reference in New Issue
Block a user