fix: use embed=true for serde bool compat
Some checks failed
CI / Check / Test (push) Failing after 6m35s

This commit is contained in:
2026-06-03 10:17:43 +02:00
parent c798b851dc
commit 004243dcbb
3 changed files with 6 additions and 6 deletions

View File

@@ -1253,7 +1253,7 @@ pub async fn get_profile_settings(
profile_fields: &profile_fields,
saved,
embed_url: format!(
"{}/users/{}?embed=1",
"{}/users/{}?embed=true",
state.app_ctx.config.base_url,
user_id.value()
),