feat: update JSON keys in user profile and top friends API for consistency

This commit is contained in:
2025-09-06 22:04:38 +02:00
parent 85e3425d4b
commit bf7c6501c6
3 changed files with 13 additions and 10 deletions

View File

@@ -69,7 +69,7 @@ async fn test_thought_replies() {
// 2. User 2 replies to the original thought
let reply_body = json!({
"content": "This is a reply.",
"reply_to_id": original_thought_id
"replyToId": original_thought_id
})
.to_string();
let response =