diff --git a/server/src/websocket_server/server.rs b/server/src/websocket_server/server.rs index a4c5b6203..76721b586 100644 --- a/server/src/websocket_server/server.rs +++ b/server/src/websocket_server/server.rs @@ -876,7 +876,7 @@ impl Perform for ListCommunities { let sort = SortType::from_str(&self.sort).expect("listing sort"); - let communities: Vec = CommunityView::list(&conn, user_id, sort, self.page, self.limit).unwrap(); + let communities: Vec = CommunityView::list(&conn, user_id, sort, self.page, Some(9999)).unwrap(); // Return the jwt serde_json::to_string(