Merge pull request #14111 from zfox23/newConnectionsQuery

Fix MS18608: Use new connections api endpoint
This commit is contained in:
John Conklin II 2018-10-03 09:04:58 -07:00 committed by GitHub
commit 05609384b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -48,7 +48,7 @@ Rectangle {
HifiModels.PSFListModel {
id: connectionsUserModel;
http: http;
endpoint: "/api/v1/users?filter=connections";
endpoint: "/api/v1/users/connections";
property var sortColumn: connectionsTable.getColumn(connectionsTable.sortIndicatorColumn);
sortProperty: switch (sortColumn && sortColumn.role) {
case 'placeName':