add: post tags

This commit is contained in:
trisua 2025-05-08 20:08:43 -04:00
parent efeb660de6
commit 8c3024cb40
13 changed files with 180 additions and 34 deletions

View file

@ -140,6 +140,8 @@ pub struct ProfileQuery {
pub page: usize,
#[serde(default)]
pub warning: bool,
#[serde(default)]
pub tag: String,
}
#[derive(Deserialize)]