Skip to content

Commit

Permalink
PN-424: Add url to sender contact info
Browse files Browse the repository at this point in the history
Fixed
  • Loading branch information
veronikaslc committed Jul 19, 2019
1 parent 12bff3b commit 0a5754e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -491,6 +491,7 @@ private JSONObject getSenderContactInfo()
info.put("id", user.getId());
info.put("name", user.getName());
info.put("institution", user.getAttribute("company") != null ? user.getAttribute("company").toString() : null);
info.put("url", user.getProfileURI() != null ? user.getProfileURI().toString() : null);
return info;
}
}

0 comments on commit 0a5754e

Please sign in to comment.