Skip to content

Commit

Permalink
Merge branch 'master' of github.com:wildfirechat/pc-chat
Browse files Browse the repository at this point in the history
  • Loading branch information
heavyrain2012 committed Sep 27, 2020
2 parents 9495673 + e57074a commit e1f9639
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/js/wfc/model/groupSearchResult.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default class GroupSearchResult {
let groupSearchResult = new GroupSearchResult();
groupSearchResult.groupInfo = Object.assign(new GroupInfo(), obj.groupInfo)
groupSearchResult.matchType = obj.marchedType;
groupSearchResult.matchMembers = obj.marchedMembers;

groupSearchResult.matchMembers = obj.marchedMemberNames;
return groupSearchResult;
}
}
}

0 comments on commit e1f9639

Please sign in to comment.