fix: wrong array type on get_me crashing the user page

This commit is contained in:
FrenchGithubUser
2025-11-01 11:52:18 +01:00
parent 0a1aaef5e6
commit 83951e00a1
+1 -1
View File
@@ -73,7 +73,7 @@ pub async fn exec<R: RedisPoolInterface + 'static>(
Ok(HttpResponse::Ok().json(json!({
"user": current_user,
"peers": "[]",//peers,
"peers": [] ,
"user_warnings": user_warnings,
"unread_conversations_amount": unread_conversations_amount,
"unread_notifications_amount":unread_notifications_amount,