feat: follow-by-handle form on following and users pages

This commit is contained in:
2026-05-13 01:35:54 +02:00
parent 20e70325c6
commit bc6c767c29
4 changed files with 26 additions and 2 deletions

View File

@@ -85,6 +85,8 @@ pub struct FollowForm {
pub handle: String,
#[serde(rename = "_csrf", default)]
pub csrf_token: String,
#[serde(default)]
pub redirect_after: Option<String>,
}
#[derive(Deserialize)]