mirror of
https://github.com/Arcadia-Solutions/arcadia.git
synced 2026-05-02 00:09:38 -05:00
fix: wrong array type on get_me crashing the user page
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user