mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-09-27 18:36:56 +00:00
fix: Remove legacy check for u.
prefix
This commit is contained in:
parent
8e27d74c4a
commit
a0b0ff9d5c
1 changed files with 0 additions and 8 deletions
|
@ -90,14 +90,6 @@ pub(crate) async fn set_profile_key_route(
|
|||
)));
|
||||
};
|
||||
|
||||
if body
|
||||
.kv_pair
|
||||
.keys()
|
||||
.any(|key| key.starts_with("u.") && !profile_key_value.is_string())
|
||||
{
|
||||
return Err!(Request(BadJson("u.* profile key fields must be strings")));
|
||||
}
|
||||
|
||||
if body.kv_pair.keys().any(|key| key.len() > 128) {
|
||||
return Err!(Request(BadJson("Key names cannot be longer than 128 bytes")));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue